From c40569f7dc4fc51ed3a50a57edf0731167b463a4 Mon Sep 17 00:00:00 2001 From: AssemblyJohn Date: Wed, 23 Oct 2024 09:28:34 +0300 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 8aae51b..911d050 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(everest-evse_security VERSION 0.8 +project(everest-evse_security VERSION 0.9.1 DESCRIPTION "Implementation of EVSE related security operations" LANGUAGES CXX C )