Prepare next release cycle
This commit is contained in:
parent
31c99cc668
commit
df2d9520ca
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 2.2.4 - UNRELEASED
|
||||
|
||||
## 2.2.3 - 2021/01/08
|
||||
* Change docker base to alpine
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue