donate-cpu-server: update versions

This commit is contained in:
Daniel Marjamäki 2020-12-05 13:23:53 +01:00
parent 86ceafa870
commit dffa40803e
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ import operator
# 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
# changes)
SERVER_VERSION = "1.3.7"
SERVER_VERSION = "1.3.8"
OLD_VERSION = '2.2'
OLD_VERSION = '2.3'
# Set up logging