(cherry picked from commit eab1d48d6c69b02d61644eaaa837cbb2c4b021e8)
This commit is contained in:
NoM0Re
2025-10-21 21:22:54 -07:00
committed by andrew6180
parent a2eb1460aa
commit 205567502a
33 changed files with 118 additions and 134 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.20.5 Beta"
local versionString = "5.20.6 Beta"
-- Year, Month, Day, Hour, Minute, Seconds
local buildTime = "2025".."09".."14".."20".."43".."00"
local isTTSEnabled = C_VoiceChat and C_VoiceChat.SpeakText and true or false