We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e83ff commit 701a162Copy full SHA for 701a162
gns3server/version.py
@@ -23,5 +23,5 @@
23
# or negative for a release candidate or beta (after the base version
24
# number has been incremented)
25
26
-__version__ = "1.2.2.dev2"
+__version__ = "1.2.2"
27
__version_info__ = (1, 2, 2, 0)
0 commit comments