From 42c61cf647def15385b5bc8baea0d44e647ce16d Mon Sep 17 00:00:00 2001 From: AssemblyJohn Date: Mon, 9 Dec 2024 11:10:39 +0200 Subject: [PATCH] Bump version Signed-off-by: AssemblyJohn --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 684ba2c24b..952b162e41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project(ocpp - VERSION 0.21.0 + VERSION 0.22.0 DESCRIPTION "A C++ implementation of the Open Charge Point Protocol" LANGUAGES CXX )