From c63d4440c1e13e69ebfd75f26e94b57a219072f7 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Thu, 18 Jul 2024 12:38:37 -0500 Subject: [PATCH] version 3.1.1 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87f189f385..ba094e83ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 3.1.0 + VERSION 3.1.1 LANGUAGES CXX )