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