diff --git a/RaidCore.lua b/RaidCore.lua index 606085a..a1cf8ff 100644 --- a/RaidCore.lua +++ b/RaidCore.lua @@ -29,9 +29,9 @@ local next, pcall = next, pcall -- Constants. ---------------------------------------------------------------------------------------------------- -- Should be 5.23 when replacement tokens will works (see #88 issue). -local RAIDCORE_CURRENT_VERSION = "6.4.4" +local RAIDCORE_CURRENT_VERSION = "6.4.5" -- Should be deleted. -local ADDON_DATE_VERSION = 17030515 +local ADDON_DATE_VERSION = 17030809 -- State Machine. local MAIN_FSM__SEARCH = 1