Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Jan 8, 2019
1 parent af7854f commit 64765cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -4,7 +4,7 @@ project(AppImageLauncher)

set(V_MAJOR 1)
set(V_MINOR 0)
set(V_PATCH 0)
set(V_PATCH 1)
set(V_SUFFIX "")

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

0 comments on commit 64765cc

Please sign in to comment.