Skip to content

Commit 7408819

Browse files
committed
Release v2.1.3
1 parent d8857fb commit 7408819

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,6 +1,6 @@
11
set(V_MAJOR 2)
22
set(V_MINOR 1)
3-
set(V_PATCH 2)
3+
set(V_PATCH 3)
44
set(V_SUFFIX "")
55

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

0 commit comments

Comments
 (0)