diff --git a/RaidCore.lua b/RaidCore.lua index 232e194..d36cd4e 100644 --- a/RaidCore.lua +++ b/RaidCore.lua @@ -32,7 +32,7 @@ local next, pcall = next, pcall -- Should be 5.23 when replacement tokens will works (see #88 issue). local RAIDCORE_CURRENT_VERSION = "6.1.6" -- Should be deleted. -local ADDON_DATE_VERSION = 16091310 +local ADDON_DATE_VERSION = 16091311 -- Sometimes Carbine have inserted some no-break-space, for fun. -- Behavior seen with French language. This problem is not present in English. local NO_BREAK_SPACE = string.char(194, 160)