From df2d9520caac63112f63d1bceb9af6c084585d4d Mon Sep 17 00:00:00 2001 From: Varakh Date: Mon, 8 Feb 2021 17:21:49 +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 c67678c..e56b267 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## 2.2.4 - UNRELEASED + ## 2.2.3 - 2021/01/08 * Change docker base to alpine diff --git a/config/Constants.php b/config/Constants.php index f01ceec..0353a29 100644 --- a/config/Constants.php +++ b/config/Constants.php @@ -13,7 +13,7 @@ class Constants /** * Version tag */ - const VERSION = '2.2.3'; + const VERSION = '2.2.4-SNAPSHOT'; /** * Return constant by it's class name