From 6f131c026f7f42f99b77517a69bf34239e110da5 Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Sun, 22 Mar 2026 20:29:02 +0100 Subject: [PATCH] Bump version to 0.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 002a5f5..559b262 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.24) -project(CSVExplorer VERSION 0.3.0 LANGUAGES CXX) +project(CSVExplorer VERSION 0.4.0 LANGUAGES CXX) if(APPLE) set(CMAKE_OSX_ARCHITECTURES "arm64;x86_64" CACHE STRING "Build universal macOS binaries" FORCE)