From 8f33bdfdeb30a710b5088ee533804d0402a4b8e3 Mon Sep 17 00:00:00 2001 From: black-desk Date: Thu, 1 Feb 2024 16:19:18 +0800 Subject: [PATCH] chore: release 0.2.2 Signed-off-by: black-desk --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 777a94f..cc6cc33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.23) project( ocppi LANGUAGES CXX - VERSION 0.2.1) + VERSION 0.2.2) option(OCPPI_BUILD_EXAMPLES "Build examples of ocppi or not" ${PROJECT_IS_TOP_LEVEL})