donate-cpu-server: OLD_VERSION=2.2
This commit is contained in:
parent
0b62ca7250
commit
ad620413f1
|
@ -22,9 +22,9 @@ import operator
|
||||||
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
|
||||||
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
|
||||||
# changes)
|
# changes)
|
||||||
SERVER_VERSION = "1.3.6"
|
SERVER_VERSION = "1.3.7"
|
||||||
|
|
||||||
OLD_VERSION = '2.1'
|
OLD_VERSION = '2.2'
|
||||||
|
|
||||||
|
|
||||||
# Set up logging
|
# Set up logging
|
||||||
|
|
Loading…
Reference in New Issue