Skip to content

Commit 367dd52

Browse files
committed
bump version for tag
1 parent 13d9fc6 commit 367dd52

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
@@ -87,10 +87,10 @@ local function showRealDate(curseDate)
8787
end
8888

8989
DBM = {
90-
Revision = ("$Revision: 7003 $"):sub(12, -3),
91-
Version = "7.03",
92-
DisplayVersion = "7.03 DBM-WoWCircle (New GUI) by Barsoom for WoWCircle WotLK", -- the string that is shown as version
93-
ReleaseRevision = 7003 -- the revision of the latest stable version that is available (for /dbm ver2)
90+
Revision = ("$Revision: 7004 $"):sub(12, -3),
91+
Version = "7.04",
92+
DisplayVersion = "7.04 DBM-WoWCircle (New GUI) by Barsoom for WoWCircle WotLK", -- the string that is shown as version
93+
ReleaseRevision = 7004 -- the revision of the latest stable version that is available (for /dbm ver2)
9494
}
9595
DBM.HighestRelease = DBM.ReleaseRevision --Updated if newer version is detected, used by update nags to reflect critical fixes user is missing on boss pulls
9696

0 commit comments

Comments
 (0)