From d1a12ecf3cf9d30fc4fbb6212ca9a4cd84471184 Mon Sep 17 00:00:00 2001 From: pietfried Date: Wed, 20 Mar 2024 13:47:35 +0100 Subject: [PATCH] bump version to 0.5 Signed-off-by: pietfried --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c5e851..e7bd75b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.14) -project(everest-evse_security VERSION 0.4.3 +project(everest-evse_security VERSION 0.5 DESCRIPTION "Implementation of EVSE related security operations" LANGUAGES CXX C )