Skip to content

Commit cc9e4fe

Browse files
committed
bump version
1 parent eecdf68 commit cc9e4fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DBM-Core/DBM-Core.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ f:SetScript("OnUpdate", fCLFix)
5858
-- Globals/Default Options --
5959
-------------------------------
6060
DBM = {
61-
Revision = ("$Revision: 6006 $"):sub(12, -3),
62-
Version = "6.06",
63-
DisplayVersion = "6.06 DBM-WoWCircle by Barsoom for WoWCircle WotLK (https://github.com/ArsumPB/DBM-wowcircle)", -- the string that is shown as version
64-
ReleaseRevision = 6006 -- the revision of the latest stable version that is available (for /dbm ver2)
61+
Revision = ("$Revision: 6007 $"):sub(12, -3),
62+
Version = "6.07",
63+
DisplayVersion = "6.07 DBM-WoWCircle by Barsoom for WoWCircle WotLK (https://github.com/ArsumPB/DBM-wowcircle)", -- the string that is shown as version
64+
ReleaseRevision = 6007 -- the revision of the latest stable version that is available (for /dbm ver2)
6565
}
6666

6767
DBM_SavedOptions = {}

0 commit comments

Comments
 (0)