Skip to content

Commit 64765cc

Browse files
committed
Release 1.0.1
1 parent af7854f commit 64765cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(AppImageLauncher)
44

55
set(V_MAJOR 1)
66
set(V_MINOR 0)
7-
set(V_PATCH 0)
7+
set(V_PATCH 1)
88
set(V_SUFFIX "")
99

1010
set(APPIMAGELAUNCHER_VERSION ${V_MAJOR}.${V_MINOR}.${V_PATCH}${V_SUFFIX})

0 commit comments

Comments
 (0)