From e14af53580bb9f67e793f4d2faa235721bd5737f Mon Sep 17 00:00:00 2001 From: lia <167905060+lia-viam@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:13:04 -0500 Subject: [PATCH] version bump (#358) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff7e5eb6d..9580317ac 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.0.20) +set(CMAKE_PROJECT_VERSION 0.0.21) # Identify the project. project(viam-cpp-sdk