1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-23 23:38:21 +00:00

Bump version to v2.2.34dev2

This commit is contained in:
grossmj 2022-06-23 10:55:19 +02:00
parent 35ec8bed6e
commit 9e5ca50302

View File

@ -23,7 +23,7 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.34dev1"
__version__ = "2.2.34dev2"
__version_info__ = (2, 2, 34, 99)
if "dev" in __version__: