diff --git a/Changelog.lua b/Changelog.lua index 44a9e24..5639c67 100644 --- a/Changelog.lua +++ b/Changelog.lua @@ -1,6 +1,12 @@ local _, Namespace = ... Namespace.Changelog = { + { + version = '10.2.5-43', + improvements = { + 'Updated TOC for 10.2.5', + }, + }, { version = '10.2.0-42', improvements = { diff --git a/Debug.lua b/Debug.lua index 42e1146..18a9985 100644 --- a/Debug.lua +++ b/Debug.lua @@ -6,7 +6,7 @@ local type, pairs, tostring, print, concat, select, date = type, pairs, tostring --@debug@ Namespace.Debug.enabled = true -Namespace.Meta.version = '10.2.0-dev' +Namespace.Meta.version = '10.2.5-dev' Namespace.Meta.date = date('!%Y-%m-%dT%TZ') _G.BattlegroundCommander = Namespace --@end-debug@