From 00f20dc0fd0a4b41cbb72a118d05566d5e701067 Mon Sep 17 00:00:00 2001 From: purplenicole730 Date: Mon, 18 Nov 2024 15:14:10 -0500 Subject: [PATCH] bump version to v0.0.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5665790c3..2a68fa05b 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.15) +set(CMAKE_PROJECT_VERSION 0.0.16) # Identify the project. project(viam-cpp-sdk