From dfdb2ea5e878e8eff9f863b50728d860f663764f Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Thu, 26 Dec 2024 14:32:25 -0600 Subject: [PATCH] version 4.2.3 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f6c6faf6a..29fa3e1222 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 4.2.2 + VERSION 4.2.3 LANGUAGES CXX )