From ab546d6536dff804886462f8f126d539d25e3333 Mon Sep 17 00:00:00 2001 From: Varakh Date: Wed, 19 Jan 2022 20:45:05 +0100 Subject: [PATCH] Prepare next release cycle --- CHANGELOG.md | 2 ++ config/Constants.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d21b36..c717dff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## 2.2.5 - UNRELEASED + ## 2.2.4 - 2022/01/19 * Updated dependencies * This application will be EOL once PHP7 is not supported anymore diff --git a/config/Constants.php b/config/Constants.php index fcde3bf..22892e9 100644 --- a/config/Constants.php +++ b/config/Constants.php @@ -13,7 +13,7 @@ class Constants /** * Version tag */ - const VERSION = '2.2.4'; + const VERSION = '2.2.5-SNAPSHOT'; /** * Return constant by its class name