Skip to content

Commit

Permalink
meta: bump to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cthbleachbit committed Jun 7, 2024
1 parent f4a997c commit c7006ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(GNUInstallDirs)

set(Minemap_VERSION_MAJOR 0)
set(Minemap_VERSION_MINOR 5)
set(Minemap_VERSION_PATCH 5)
set(Minemap_VERSION_PATCH 6)

if (${Minemap_VERSION_PATCH} EQUAL 0)
set(CMAKE_PROJECT_VERSION ${Minemap_VERSION_MAJOR}.${Minemap_VERSION_MINOR})
Expand Down

0 comments on commit c7006ad

Please sign in to comment.