fix: sync Init.lua versionString with 5.22.0 toc to stop false restart nag
This commit is contained in:
parent
fd49cbdf07
commit
27c77ed7ec
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
|
|||
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
|
||||
|
||||
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
|
||||
local versionString = "5.21.2 Beta"
|
||||
local versionString = "5.22.0 Beta"
|
||||
-- Year, Month, Day, Hour, Minute, Seconds
|
||||
local buildTime = "2025".."11".."29".."04".."45".."00"
|
||||
local isTTSEnabled = C_VoiceChat and C_VoiceChat.SpeakText and true or false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue