From 9f32772cabb5d6b4d098b8f1c328295a75535c18 Mon Sep 17 00:00:00 2001 From: "Joseph F. Boudreau" <boudreau@pitt.edu> Date: Mon, 8 Jul 2024 15:37:12 +0200 Subject: [PATCH] just to trigger the pipeline --- cmake/GeoModel-version.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GeoModel-version.cmake b/cmake/GeoModel-version.cmake index e6b849480..67983a171 100644 --- a/cmake/GeoModel-version.cmake +++ b/cmake/GeoModel-version.cmake @@ -1,5 +1,5 @@ # Set up the version of GeoModel as a cache variable, so that other # sub-projects could use this value. -set( GeoModel_VERSION "6.3.0" CACHE STRING +set( GeoModel_VERSION "6.3.1" CACHE STRING "Version of the GeoModel project" ) -- GitLab