From b03266b7cf75ba5dee6f8d4d6f09fe3d14f63f44 Mon Sep 17 00:00:00 2001 From: Benji Rewis Date: Thu, 29 Feb 2024 11:44:13 -0500 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6169817b6..0433872c7 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.1) +set(CMAKE_PROJECT_VERSION 0.0.2) # Identify the project. project(viam-cpp-sdk