From 7726c24aaa15e7b58fca25608c7120c0db7a1ced Mon Sep 17 00:00:00 2001 From: lia <167905060+lia-viam@users.noreply.github.com> Date: Mon, 17 Mar 2025 10:32:29 -0400 Subject: [PATCH] version bump --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c025261b6..cab76f9e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,7 +34,7 @@ # constrained by the version of CMake available on target systems. cmake_minimum_required(VERSION 3.25 FATAL_ERROR) -set(CMAKE_PROJECT_VERSION 0.3.0) +set(CMAKE_PROJECT_VERSION 0.4.0) # Identify the project. project(viam-cpp-sdk