From bcbf9ad365c3910f1e03fc52c222491f3ee6575b Mon Sep 17 00:00:00 2001 From: Varakh Date: Thu, 6 Apr 2023 20:58:15 +0000 Subject: [PATCH] Prepare 2.2.7 next development cycle (#2) Co-authored-by: Varakh Reviewed-on: https://git.myservermanager.com/varakh/ts3web/pulls/2 --- CHANGELOG.md | 4 ++++ config/Constants.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b42f17..c0c56a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 2.2.7 - UNRELEASED + +* ... + ## 2.2.6 - 2023/04/06 _Quick update for an outdated application to make it more useful for docker setups. Keep in mind that PHP 7.4 which is used by ts3web is still EOL!_ diff --git a/config/Constants.php b/config/Constants.php index 2b6dac8..50a02a8 100644 --- a/config/Constants.php +++ b/config/Constants.php @@ -13,7 +13,7 @@ class Constants /** * Version tag */ - const VERSION = '2.2.6'; + const VERSION = '2.2.7-SNAPSHOT'; /** * Return constant by its class name