From fc7abd4ba1187422c5aa614e444cdfbcd686b68f Mon Sep 17 00:00:00 2001 From: Varakh Date: Sat, 17 Dec 2022 00:44:58 +0100 Subject: [PATCH] Prepare 2.2.6 dev cycle --- CHANGELOG.md | 3 +++ config/Constants.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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