From b80b232e77c9475e4537254945122a9508915d30 Mon Sep 17 00:00:00 2001 From: Ethan Date: Thu, 25 Apr 2024 15:52:57 -0400 Subject: [PATCH] bump version to 0.0.5 (#229) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d3592ccf..3afec6abe 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.4) +set(CMAKE_PROJECT_VERSION 0.0.5) # Identify the project. project(viam-cpp-sdk