Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Mar 23, 2023
1 parent e87e89d commit eb515b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()

_detalhes.build_counter = 10662
_detalhes.alpha_build_counter = 10662 --if this is higher than the regular counter, use it instead
_detalhes.build_counter = 10722
_detalhes.alpha_build_counter = 10722 --if this is higher than the regular counter, use it instead
_detalhes.dont_open_news = true
_detalhes.game_version = version
_detalhes.userversion = version .. " " .. _detalhes.build_counter
Expand Down Expand Up @@ -97,7 +97,7 @@ do

--change logs
--[=[
--]=]

Expand Down

0 comments on commit eb515b1

Please sign in to comment.