daca: update old version

This commit is contained in:
Daniel Marjamäki 2023-01-28 14:53:47 +01:00
parent e2bf473f71
commit a64dfbc519
1 changed files with 2 additions and 2 deletions

View File

@ -26,9 +26,9 @@ from urllib.parse import urlparse
# 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.36"
SERVER_VERSION = "1.3.37"
OLD_VERSION = '2.9'
OLD_VERSION = '2.10'
# Set up logging