Prepare next release cycle
This commit is contained in:
parent
c842685155
commit
ab546d6536
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue