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