From a23bd0a7a478e1c575f1c13fbb5ca490246985a5 Mon Sep 17 00:00:00 2001 From: Ethan Rodkin Date: Mon, 31 Mar 2025 13:37:58 -0400 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c23b10f42..86925b427 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.5.0) +set(CMAKE_PROJECT_VERSION 0.6.0) # Identify the project. project(viam-cpp-sdk