Skip to content

Commit fa92aa3

Browse files
committed
Missed version update on last commit
1 parent d9bd9e2 commit fa92aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boot.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
_ = nil
55
_detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0")
66

7-
_detalhes.build_counter = 7203
8-
_detalhes.alpha_build_counter = 7203 --if this is higher than the regular counter, use it instead
7+
_detalhes.build_counter = 7209
8+
_detalhes.alpha_build_counter = 7209 --if this is higher than the regular counter, use it instead
99
_detalhes.game_version = "v8.2.5"
1010
_detalhes.userversion = "v8.2.5." .. _detalhes.build_counter
1111
_detalhes.realversion = 140 --core version, this is used to check API version for scripts and plugins (see alias below)

0 commit comments

Comments
 (0)