From bacb7782e66aa120063e24ab79a1749f8fd4a231 Mon Sep 17 00:00:00 2001 From: Ethan Rodkin Date: Mon, 21 Apr 2025 13:58:28 -0400 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4fe486179..40bf8588f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ else() cmake_minimum_required(VERSION 3.25 FATAL_ERROR) endif() -set(CMAKE_PROJECT_VERSION 0.9.0) +set(CMAKE_PROJECT_VERSION 0.10.0) # Identify the project. project(viam-cpp-sdk