Skip to content

Commit

Permalink
Release 3.0.0-alpha-1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Feb 27, 2023
1 parent c810e70 commit 71e8e32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/versioning.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(V_MAJOR 2)
set(V_MINOR 2)
set(V_MAJOR 3)
set(V_MINOR 0)
set(V_PATCH 0)
set(V_SUFFIX "")
set(V_SUFFIX "alpha-1")

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

Expand Down

0 comments on commit 71e8e32

Please sign in to comment.