(cherry picked from commit 7a8257507e0841523ca39edf7938ddaa6adf7aba)
This commit is contained in:
NoM0Re
2026-02-08 13:21:09 -07:00
committed by andrew6180
parent d9824eb73e
commit a9140e9b9e
21 changed files with 111 additions and 51 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ WeakAuras.halfWidth = WeakAuras.normalWidth / 2
WeakAuras.doubleWidth = WeakAuras.normalWidth * 2
local versionStringFromToc = GetAddOnMetadata("WeakAuras", "Version")
local versionString = "5.21.0 Beta"
local versionString = "5.21.2 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