From c93ff2545ec30bbb01d8734eef570375d64f580c Mon Sep 17 00:00:00 2001 From: beomki-yeo <63090140+beomki-yeo@users.noreply.github.com> Date: Fri, 16 Jun 2023 20:31:54 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" )