From dca8d3beb44ed2de94ac938eb97d4154c85bcaa0 Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Mon, 10 Jul 2023 10:26:57 -0500 Subject: [PATCH] version 1.3.1 bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d53ecff08..ce013aa289 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 1.3.0 + VERSION 1.3.1 LANGUAGES CXX )