From 6fbd58ef27f44f553e473fa546c2ceed38db89f4 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Thu, 30 Mar 2023 14:04:30 -0500 Subject: [PATCH] version 1.1.1 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f7e559ca5..141a44e59b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 1.1.0 + VERSION 1.1.1 LANGUAGES CXX )