From aff5970bd7b1a5edce3866663215171352620fec Mon Sep 17 00:00:00 2001 From: Cayden Lawrence Date: Mon, 9 Mar 2026 11:15:47 -0400 Subject: [PATCH] Bump project version to 1.0.4 in CMake Fixed CMake project version typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 480bb77..2790402 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.2) project(console_logger - VERSION 1.0.3 + VERSION 1.0.4 DESCRIPTION "A simple C++ wrapper for making uniform console output." LANGUAGES CXX