mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Back on development on 3.1.0.dev2
This commit is contained in:
parent
c6e2bfa9b6
commit
27d4c43ad9
@ -22,8 +22,8 @@
|
||||
# or negative for a release candidate or beta (after the base version
|
||||
# number has been incremented)
|
||||
|
||||
__version__ = "3.1.0a1"
|
||||
__version_info__ = (3, 1, 0, -99)
|
||||
__version__ = "3.1.0.dev2"
|
||||
__version_info__ = (3, 1, 0, 99)
|
||||
|
||||
if "dev" in __version__:
|
||||
try:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user