From a63b7a08d01060e906822f9cb8ba8c8f6e76cb92 Mon Sep 17 00:00:00 2001 From: Ethan Date: Mon, 2 Dec 2024 10:00:04 -0500 Subject: [PATCH] bump to 0.0.17 (#333) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a68fa05b..cac0e28d4 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.16) +set(CMAKE_PROJECT_VERSION 0.0.17) # Identify the project. project(viam-cpp-sdk