Skip to content

Commit 3ff569d

Browse files
committed
Release 1.0.3
1 parent 77f28ec commit 3ff569d

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 2)
7+
set(V_PATCH 3)
88
set(V_SUFFIX "")
99

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

0 commit comments

Comments
 (0)