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