Skip to content

Commit 085b031

Browse files
author
vorghahn
committed
Update check bump. Due to attached bug fixes.
1 parent e8d4382 commit 085b031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

epgp_lootmaster/lootmaster_core.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ local addon = LootMaster -- Local instance of the addon
1313
local version = tostring(GetAddOnMetadata('epgp_lootmaster', 'Version')) or 'development'
1414
local dVersion = "2023-05-19T05:41:40Z"
1515
-- use iVersion to prompt users to update their addon
16-
local iVersion = 24
16+
local iVersion = 25
1717
--use iVersionML to prompt Officers to update their addon
18-
local iVersionML = 24
18+
local iVersionML = 25
1919
local _G = _G
2020

2121
local debug = false

0 commit comments

Comments
 (0)