diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2021-06-15 11:04:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-15 11:04:29 +0200 |
commit | 3f70d0b80ff483f142ffbebf8960aeb503913a35 (patch) | |
tree | 476fc9c82d16d7e42fe89325824dc93633abbacb /acore.json | |
parent | 067eb823026f023e4d3514cadae7d5699da672a6 (diff) |
feat(doc): changelog system (#6350)
This system provides rules and automatizes (Deno-typescript) the creation of a changelog file to help developers to adapt their code and know what is new with every (pre)release
Diffstat (limited to 'acore.json')
-rw-r--r-- | acore.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/acore.json b/acore.json index a1a16afece..da776fb552 100644 --- a/acore.json +++ b/acore.json @@ -1,5 +1,5 @@ { - "name" : "azerothcore-wotlk", - "version" : "3.0.0", - "license" : "AGPL3" + "name": "azerothcore-wotlk", + "version": "4.0.0-dev.1", + "license": "AGPL3" } |