From ce42b1df832c4865970c90c463eef3ce47e9296c Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Mon, 2 Dec 2024 08:46:20 -0600 Subject: [PATCH] version 4.0.2 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f77e347b3f..690b3d007e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 4.0.1 + VERSION 4.0.2 LANGUAGES CXX )