1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-03-03 09:46:05 +00:00

Development on 3.0.5.dev1

This commit is contained in:
grossmj 2025-02-25 22:39:38 +08:00
parent 3a1ad8c08b
commit 3ba109c651
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -22,8 +22,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "3.0.4"
__version_info__ = (3, 0, 4, 0)
__version__ = "3.0.5.dev1"
__version_info__ = (3, 0, 5, 99)
if "dev" in __version__:
try: