From 4450658fef7e9b4427defeb342eebd51405c2f65 Mon Sep 17 00:00:00 2001 From: Kai-Uwe Hermann Date: Mon, 23 Sep 2024 16:47:32 +0200 Subject: [PATCH] Bump version to 0.17.1 Signed-off-by: Kai-Uwe Hermann --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b7d04db..a64a5f25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14) project(everest-framework - VERSION 0.17.0 + VERSION 0.17.1 DESCRIPTION "The open operating system for e-mobility charging stations" LANGUAGES CXX C )