From eba89fe27ea4927c11d0f6d6b8ae2782dc021326 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Mon, 30 Sep 2024 14:19:21 -0500 Subject: [PATCH] version 3.6.1 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd79810491..678694afeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 3.6.0 + VERSION 3.6.1 LANGUAGES CXX )