donate_cpu: Update OLD_VERSION to 2.1

This commit is contained in:
Daniel Marjamäki 2020-06-15 19:48:20 +02:00
parent e2c99ee697
commit 60208a11d1
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.5"
SERVER_VERSION = "1.3.6"
OLD_VERSION = '2.0'
OLD_VERSION = '2.1'
# Set up logging