From 26d5d636695f63662b51b96057a3b8a099170bc3 Mon Sep 17 00:00:00 2001 From: AssemblyJohn Date: Thu, 28 Nov 2024 09:54:56 +0200 Subject: [PATCH] Release 0.9.2 Signed-off-by: AssemblyJohn --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de40391..b386cf6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(everest-evse_security VERSION 0.9.1 +project(everest-evse_security VERSION 0.9.2 DESCRIPTION "Implementation of EVSE related security operations" LANGUAGES CXX C )