From a1c13a07636fb210ec2597c9d2ccce4db5e6e308 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Tue, 17 Sep 2024 19:42:55 -0400 Subject: [PATCH] version 3.4.1 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 04b39d8bf3..f9f9e7e66a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 3.4.0 + VERSION 3.4.1 LANGUAGES CXX )