1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-04-22 10:29:03 +00:00

Development on 2.2.54.dev1

This commit is contained in:
grossmj 2025-04-18 15:05:34 +07:00
parent ffd628902c
commit 18413c923c
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.53"
__version_info__ = (2, 2, 53, 0)
__version__ = "2.2.54.dev1"
__version_info__ = (2, 2, 54, 99)
if "dev" in __version__:
try: