1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-28 03:08:14 +00:00

Fix version

This commit is contained in:
Julien Duponchelle 2015-04-12 11:08:30 +02:00
parent c4963abcba
commit c99998d73c

View File

@ -23,5 +23,5 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "1.3.1.dev1"
__version__ = "1.3.2.dev1"
__version_info__ = (1, 3, 2, -99)