Prepare 2.2.6 dev cycle
This commit is contained in:
parent
00e96ef7ae
commit
fc7abd4ba1
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 2.2.6 - UNRELEASED
|
||||||
|
* ...
|
||||||
|
|
||||||
## 2.2.5 - 2022/12/17
|
## 2.2.5 - 2022/12/17
|
||||||
* Updated `Dockerfile` (as long as alpine 3.15 shipping PHP7 is kept updated, `ts3web` docker images are kept)
|
* Updated `Dockerfile` (as long as alpine 3.15 shipping PHP7 is kept updated, `ts3web` docker images are kept)
|
||||||
* Updated some symfony dependencies
|
* Updated some symfony dependencies
|
||||||
|
|
|
@ -13,7 +13,7 @@ class Constants
|
||||||
/**
|
/**
|
||||||
* Version tag
|
* Version tag
|
||||||
*/
|
*/
|
||||||
const VERSION = '2.2.5';
|
const VERSION = '2.2.6-SNAPSHOT';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return constant by its class name
|
* Return constant by its class name
|
||||||
|
|
Reference in a new issue