diff --git a/CMakeLists.txt b/CMakeLists.txt index dbfe4803a3..751bc42c24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ # Set up the project. cmake_minimum_required( VERSION 3.11 ) -project( detray VERSION 0.34.0 LANGUAGES CXX ) +project( detray VERSION 0.35.0 LANGUAGES CXX ) # Set up the used C++ standard(s). set( CMAKE_CXX_STANDARD 17 CACHE STRING "The (host) C++ standard to use" )