donate-cpu-server.py: Set OLD_VERSION to 1.90

This commit is contained in:
versat 2019-12-21 19:12:41 +01:00
parent 1e3e270a55
commit 7216c3079c
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.0"
SERVER_VERSION = "1.3.1"
OLD_VERSION = '1.89'
OLD_VERSION = '1.90'
# Set up logging