From fa45b3aa28682c5b4521c33f977df02e9ee9477c Mon Sep 17 00:00:00 2001 From: Kyle Knoepfel Date: Tue, 30 Jun 2026 12:46:16 -0500 Subject: [PATCH] Phlex v0.3.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 026cd9ce9..bc7e0a121 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,7 @@ find_package(cetmodules 4.01.01 REQUIRED) # ############################################################################## # Main project declaration -project(phlex VERSION 0.2.0 LANGUAGES CXX) +project(phlex VERSION 0.3.0 LANGUAGES CXX) include(CetCMakeEnv) cet_cmake_env()