From 9c0fc819690a99cbf8cdf923f1aeda22ff57ae9b Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Sat, 11 May 2024 20:41:32 -0400 Subject: [PATCH] quick push to make sure branches are up to date --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f0a2c3..bbfe301 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.20) include(cmake/color.cmake) -set(BLT_VERSION 0.17.5) +set(BLT_VERSION 0.17.6) set(BLT_TEST_VERSION 0.0.1) set(BLT_TARGET BLT)