From 849891342936d66096689d021e2e6958689f8be0 Mon Sep 17 00:00:00 2001 From: Naveed Jooma Date: Mon, 24 Feb 2025 16:43:06 -0500 Subject: [PATCH] v0.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8d88d251..25fc45b3b 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.2.0) +set(CMAKE_PROJECT_VERSION 0.2.1) # Identify the project. project(viam-cpp-sdk