Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 23, 2014
1 parent f48c911 commit 440148a
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,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)

__version__ = "1.1.dev1"
__version_info__ = (1, 0, 0, 99)
__version__ = "1.1"
__version_info__ = (1, 1, 0, 0)

0 comments on commit 440148a

Please sign in to comment.