From f551fc5ff605bc2ce28b6e9b236de3384428c61d Mon Sep 17 00:00:00 2001 From: Naveed Jooma Date: Mon, 27 Jan 2025 14:40:45 -0500 Subject: [PATCH] bump version: v0.1.0 (#361) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9580317ac..2b766e745 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.21) +set(CMAKE_PROJECT_VERSION 0.1.0) # Identify the project. project(viam-cpp-sdk