Prepare 2.2.7 next development cycle
This commit is contained in:
parent
53c580ad24
commit
ef277e9f5b
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# CHANGELOG
|
||||
|
||||
## 2.2.7 - UNRELEASED
|
||||
|
||||
* ...
|
||||
|
||||
## 2.2.6 - 2023/04/06
|
||||
|
||||
_Quick update for an outdated application to make it more useful for docker setups. Keep in mind that PHP 7.4 which is used by ts3web is still EOL!_
|
||||
|
|
|
@ -13,7 +13,7 @@ class Constants
|
|||
/**
|
||||
* Version tag
|
||||
*/
|
||||
const VERSION = '2.2.6';
|
||||
const VERSION = '2.2.7-SNAPSHOT';
|
||||
|
||||
/**
|
||||
* Return constant by its class name
|
||||
|
|
Reference in a new issue