From 18863aeb00dfe2c38584eeb58a26ee2ce466e0be Mon Sep 17 00:00:00 2001 From: Ethan Rodkin Date: Mon, 17 Nov 2025 15:05:19 -0500 Subject: [PATCH] bump version to 0.22.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85cacf347..f69dae252 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.21.0) +set(CMAKE_PROJECT_VERSION 0.22.0) # Identify the project. project(viam-cpp-sdk