We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7524f3 commit e0b706bCopy full SHA for e0b706b
qgitc/version.py
@@ -3,7 +3,7 @@
3
4
VERSION_MAJOR = 3
5
VERSION_MINOR = 2
6
-VERSION_PATCH = 1
+VERSION_PATCH = 2
7
VERSION = "{}.{}.{}".format(VERSION_MAJOR,
8
VERSION_MINOR,
9
VERSION_PATCH)
0 commit comments