Skip to content

Commit

Permalink
Merge branch 'master' into 2.2
Browse files Browse the repository at this point in the history
# Conflicts:
#	gns3/version.py
  • Loading branch information
grossmj committed Sep 24, 2019
2 parents 8d1bff7 + 1938cda commit 20a09b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gns3/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.0rc5"
__version_info__ = (2, 2, 0, -99)
__version__ = "2.2.0dev18"
__version_info__ = (2, 2, 0, 99)

# If it's a git checkout try to add the commit
if "dev" in __version__:
Expand Down

0 comments on commit 20a09b5

Please sign in to comment.