daca: update old version
This commit is contained in:
parent
e2bf473f71
commit
a64dfbc519
|
@ -26,9 +26,9 @@ from urllib.parse import urlparse
|
||||||
# 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.36"
|
SERVER_VERSION = "1.3.37"
|
||||||
|
|
||||||
OLD_VERSION = '2.9'
|
OLD_VERSION = '2.10'
|
||||||
|
|
||||||
|
|
||||||
# Set up logging
|
# Set up logging
|
||||||
|
|
Loading…
Reference in New Issue