Skip to content

Commit

Permalink
Updated TOC for 10.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
linaori committed Jan 16, 2024
1 parent cf1b414 commit 37e44d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.lua
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion Debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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@
Expand Down

0 comments on commit 37e44d6

Please sign in to comment.