From 111bf4159c25e11ef2ad6d4959b046df58e57392 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Sat, 14 Dec 2024 08:57:12 -0600 Subject: [PATCH] version 4.1.0 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a72311a4ee..bf57ac34c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 4.0.3 + VERSION 4.1.0 LANGUAGES CXX )