Skip to content

Commit c8c1e93

Browse files
committed
Release 1.0.0 beta 2
1 parent ba5daf3 commit c8c1e93

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
@@ -5,7 +5,7 @@ project(AppImageLauncher)
55
set(V_MAJOR 1)
66
set(V_MINOR 0)
77
set(V_PATCH 0)
8-
set(V_SUFFIX ~beta1)
8+
set(V_SUFFIX ~beta2)
99

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

0 commit comments

Comments
 (0)