From 62c8a06c8bdd81f42e16ca576ea412271ce3c473 Mon Sep 17 00:00:00 2001 From: c-jimenez <18682655+c-jimenez@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:10:25 +0100 Subject: [PATCH] =?UTF-8?q?[version]=C2=A0Update=20version=20number=20=3D>?= =?UTF-8?q?=201.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2ab8c62..5ad86a80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.13) project(OpenOCPP DESCRIPTION "Open Source C++ implementation of the OCPP 1.6 protocol" - VERSION 1.4.0 + VERSION 1.4.1 ) # Definitions for Version.h file