daca@home: OLD_VERSION=2.5
This commit is contained in:
parent
0806c8eaed
commit
beac3d37b5
|
@ -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.17"
|
||||
SERVER_VERSION = "1.3.18"
|
||||
|
||||
OLD_VERSION = '2.4'
|
||||
OLD_VERSION = '2.5'
|
||||
|
||||
|
||||
# Set up logging
|
||||
|
|
Loading…
Reference in New Issue