Skip to content

Commit

Permalink
Development on 2.2.48.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 23, 2024
1 parent 0561aba commit 0f3b96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gns3server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "2.2.47"
__version_info__ = (2, 2, 47, 0)
__version__ = "2.2.48.dev1"
__version_info__ = (2, 2, 48, 99)

if "dev" in __version__:
try:
Expand Down

0 comments on commit 0f3b96f

Please sign in to comment.