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