We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f28ec commit 3ff569dCopy full SHA for 3ff569d
CMakeLists.txt
@@ -4,7 +4,7 @@ project(AppImageLauncher)
4
5
set(V_MAJOR 1)
6
set(V_MINOR 0)
7
-set(V_PATCH 2)
+set(V_PATCH 3)
8
set(V_SUFFIX "")
9
10
set(APPIMAGELAUNCHER_VERSION ${V_MAJOR}.${V_MINOR}.${V_PATCH}${V_SUFFIX})
0 commit comments