From 6b5e7cf8d500d49778620b1b54b582b276c14a4b Mon Sep 17 00:00:00 2001 From: Stephen Berry Date: Thu, 19 Jan 2023 11:14:30 -0600 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8a1ee50e2..a72497482b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( glaze - VERSION 0.3.0 + VERSION 0.3.1 LANGUAGES CXX )