mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-23 08:30:21 +01:00
fix version string
This commit is contained in:
parent
6304af8980
commit
66b5ddf467
|
|
@ -9,9 +9,9 @@ Global variables
|
|||
"""
|
||||
|
||||
# version info
|
||||
versionNr = "2.5.2"
|
||||
branch = "master"
|
||||
buildDate = "08.01.2021"
|
||||
versionNr = "2.5.3"
|
||||
branch = "dev"
|
||||
buildDate = "unreleased"
|
||||
|
||||
# Global variables
|
||||
config = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue