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