Skip to content

Commit

Permalink
Bump version number in cmake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holladay committed Jan 26, 2024
1 parent 112eed0 commit aeabfb2
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 @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.14)
# ----------------------------------------

# define project and version
set(PORTS_OF_CALL_VERSION 1.5.2)
set(PORTS_OF_CALL_VERSION 1.6.0)
project(ports-of-call VERSION ${PORTS_OF_CALL_VERSION})

# CMAKE WARMUP
Expand Down

0 comments on commit aeabfb2

Please sign in to comment.