Prepare 2.2.2-SNAPSHOT cycle
This commit is contained in:
parent
38e562a3ac
commit
c5156c6056
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# CHANGELOG
|
||||
|
||||
## UNRELEASED
|
||||
|
||||
## 2.2.1 - 2019/11/10
|
||||
* Use separate JavaScript file to initialize DataTables
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ class Constants
|
|||
/**
|
||||
* Version tag
|
||||
*/
|
||||
const VERSION = '2.2.1';
|
||||
const VERSION = '2.2.2-SNAPSHOT';
|
||||
|
||||
/**
|
||||
* Return constant by it's class name
|
||||
|
|
Reference in a new issue