diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c9c933..ca9f77d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.23) project( ocppi LANGUAGES CXX - VERSION 0.2.2) + VERSION 0.2.3) option(OCPPI_BUILD_EXAMPLES "Build examples of ocppi or not" ${PROJECT_IS_TOP_LEVEL})