From 7a21116c1f30dbc1b246e9f6df71a99db08f66bd Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Fri, 3 Mar 2023 08:11:19 -0600 Subject: [PATCH] version 1.0.1 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c245a1dc3..e801ce660c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 1.0.0 + VERSION 1.0.1 LANGUAGES CXX )