From ef277e9f5b6de48cba6a448958af20d1fb256c4b Mon Sep 17 00:00:00 2001 From: Varakh Date: Thu, 6 Apr 2023 22:57:35 +0200 Subject: [PATCH] Prepare 2.2.7 next development cycle --- 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