From dc65a1752e9f406f275bf8c17a8d806c0a6b03f9 Mon Sep 17 00:00:00 2001 From: purplenicole730 Date: Mon, 13 Jan 2025 13:07:41 -0500 Subject: [PATCH] Bump version to v0.0.20 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 27a1771b2..cf2a4a395 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.19) +set(CMAKE_PROJECT_VERSION 0.0.20) # Identify the project. project(viam-cpp-sdk