From 7444103897ad86508f1755cd08c164883d1b97c7 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 7 Mar 2024 08:25:53 -0500 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 19ce4f3..4a9d72a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5) include(cmake/color.cmake) -set(BLT_VERSION 0.12.0) +set(BLT_VERSION 0.12.3) set(BLT_TEST_VERSION 0.0.1) set(BLT_TARGET BLT)