daca@home: update old-version and server script version

This commit is contained in:
Daniel Marjamäki 2022-05-21 19:09:10 +02:00
parent cada21c101
commit 98f9fd0d8f
1 changed files with 2 additions and 2 deletions

View File

@ -25,9 +25,9 @@ import html as html_lib
# 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.24"
SERVER_VERSION = "1.3.25"
OLD_VERSION = '2.7'
OLD_VERSION = '2.8'
# Set up logging