From 2d6965b2fe59e558f35c655ced98625aa29fbcde Mon Sep 17 00:00:00 2001 From: Will Eccles Date: Tue, 17 Dec 2024 18:30:29 -0500 Subject: [PATCH] chore: prep version for 0.4.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f5557b7..52a215f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project(absscpi - VERSION 0.3.0 + VERSION 0.4.0 DESCRIPTION "ABS SCPI driver library" HOMEPAGE_URL "https://github.com/BloomyControls/abs-scpi-driver" )