diff --git a/CHANGELOG.md b/CHANGELOG.md index bc85c34..96abf76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 2.2.6 - UNRELEASED +* ... + ## 2.2.5 - 2022/12/17 * Updated `Dockerfile` (as long as alpine 3.15 shipping PHP7 is kept updated, `ts3web` docker images are kept) * Updated some symfony dependencies diff --git a/config/Constants.php b/config/Constants.php index 7943499..2eea102 100644 --- a/config/Constants.php +++ b/config/Constants.php @@ -13,7 +13,7 @@ class Constants /** * Version tag */ - const VERSION = '2.2.5'; + const VERSION = '2.2.6-SNAPSHOT'; /** * Return constant by its class name