From 27d950de0d24c251f03887c61537c94bb9d68644 Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Tue, 14 Feb 2023 09:53:14 -0500 Subject: [PATCH] Bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6827c0d..113873a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.21.1) # Project # NOTE: DON'T USE TRAILING ZEROS IN VERSIONS project(CLIFp - VERSION 0.9.3 + VERSION 0.9.3.1 LANGUAGES CXX DESCRIPTION "Command-line Interface for Flashpoint" )