Skip to content

Commit

Permalink
Development on 2.2.31dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Feb 25, 2022
1 parent 59e4e69 commit bb26ef2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.2.30"
__version_info__ = (2, 2, 30, 0)
__version__ = "2.2.31dev1"
__version_info__ = (2, 2, 31, 99)

if "dev" in __version__:
try:
import os
Expand Down

0 comments on commit bb26ef2

Please sign in to comment.