We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557ea06 commit e405182Copy full SHA for e405182
cmake/versioning.cmake
@@ -1,6 +1,6 @@
1
set(V_MAJOR 2)
2
set(V_MINOR 1)
3
-set(V_PATCH 1)
+set(V_PATCH 2)
4
set(V_SUFFIX "")
5
6
set(APPIMAGELAUNCHER_VERSION ${V_MAJOR}.${V_MINOR}.${V_PATCH}${V_SUFFIX})
0 commit comments