From 3f3a8137a4352b2ee9993bedce5a634b54a0c613 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Mon, 16 Dec 2024 17:04:37 -0600 Subject: [PATCH] version 4.2.0 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf57ac34c3..0b07127f98 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 4.1.0 + VERSION 4.2.0 LANGUAGES CXX )