From 1388537290a4aaf59c5cb81741b62fbb4df9b7ec Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Tue, 24 Sep 2024 13:00:51 -0500 Subject: [PATCH] version 3.4.3 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a92d33d0e..929181b976 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 3.4.2 + VERSION 3.4.3 LANGUAGES CXX )