From 6fa6822cf34365cfc77f288ea5fed3829c8c0bcf Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Tue, 31 Oct 2023 11:20:58 -0600 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4771450..ec8c890 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12) project(bmi-example-cxx - VERSION 2.1 + VERSION 2.1.1 LANGUAGES CXX )