diff --git a/CMakeLists.txt b/CMakeLists.txt index 611097fab..3f4730ee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(everest-core - VERSION 2024.9.0 + VERSION 2024.10.0 DESCRIPTION "The open operating system for e-mobility charging stations" LANGUAGES CXX C ) diff --git a/dependencies.yaml b/dependencies.yaml index 7454fdafc..d57fd10dc 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -66,7 +66,7 @@ libevse-security: # OCPP libocpp: git: https://github.com/EVerest/libocpp.git - git_tag: 6a0010225535599b053e401307d76b58e9e3c7c5 + git_tag: v0.19.0 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBOCPP" # Josev Josev: