From 160bda1b9644021a901c8555eaf6e2a343afa491 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Wed, 22 Nov 2023 09:44:23 -0600 Subject: [PATCH] version 1.6.1 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a693b3b39e..335ff16e2c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 1.6.0 + VERSION 1.6.1 LANGUAGES CXX )