Skip to content

Commit 36951ec

Browse files
committed
Release v3.0.0-alpha-4
1 parent 22943da commit 36951ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/versioning.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(V_MAJOR 3)
22
set(V_MINOR 0)
33
set(V_PATCH 0)
4-
set(V_SUFFIX "-alpha-3")
4+
set(V_SUFFIX "-alpha-4")
55

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

0 commit comments

Comments
 (0)