Skip to content

Commit

Permalink
Merge pull request #782 from streeve/dev_version_0.8
Browse files Browse the repository at this point in the history
Set dev version
  • Loading branch information
streeve authored Sep 26, 2024
2 parents 7914d28 + d56d9de commit 5fc7950
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 @@ -15,7 +15,7 @@
cmake_minimum_required(VERSION 3.16)

project(Cabana LANGUAGES CXX)
set(PROJECT_VERSION "0.7.0")
set(PROJECT_VERSION "0.8.0-dev")

# If the user doesn't provide a build type default to release
if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CXX_FLAGS)
Expand Down

0 comments on commit 5fc7950

Please sign in to comment.