From 82be608abe8f3389c14b9bd22ebe7e76b98352da Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Wed, 13 Nov 2024 14:52:22 -0600 Subject: [PATCH] version 4.0.1 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 42021cd910..f77e347b3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 4.0.0 + VERSION 4.0.1 LANGUAGES CXX )