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