We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d4382 commit 085b031Copy full SHA for 085b031
epgp_lootmaster/lootmaster_core.lua
@@ -13,9 +13,9 @@ local addon = LootMaster -- Local instance of the addon
13
local version = tostring(GetAddOnMetadata('epgp_lootmaster', 'Version')) or 'development'
14
local dVersion = "2023-05-19T05:41:40Z"
15
-- use iVersion to prompt users to update their addon
16
-local iVersion = 24
+local iVersion = 25
17
--use iVersionML to prompt Officers to update their addon
18
-local iVersionML = 24
+local iVersionML = 25
19
local _G = _G
20
21
local debug = false
0 commit comments