Prepare 2.2.7 next development cycle (#2)
Co-authored-by: Varakh <varakh@varakh.de> Reviewed-on: #2
This commit is contained in:
parent
b58c283a4b
commit
4815a75cca
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 2.2.7 - UNRELEASED
|
||||||
|
|
||||||
|
* ...
|
||||||
|
|
||||||
## 2.2.6 - 2023/04/06
|
## 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!_
|
_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
|
* Version tag
|
||||||
*/
|
*/
|
||||||
const VERSION = '2.2.6';
|
const VERSION = '2.2.7-SNAPSHOT';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return constant by its class name
|
* Return constant by its class name
|
||||||
|
|
Reference in a new issue