daca@home: update OLD_VERSION
This commit is contained in:
parent
51a074a08f
commit
4a4f69110e
|
@ -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.25"
|
||||
SERVER_VERSION = "1.3.26"
|
||||
|
||||
OLD_VERSION = '2.8'
|
||||
OLD_VERSION = '2.9'
|
||||
|
||||
|
||||
# Set up logging
|
||||
|
|
Loading…
Reference in New Issue