diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c1874d..9c282de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.21) project(cpp-rcp - VERSION 1.0.1 + VERSION 1.0.2 DESCRIPTION "Remote Control Protocol for automotive zonal architecture (C++)" HOMEPAGE_URL "https://github.com/SoundMatt/cpp-RCP" LANGUAGES CXX diff --git a/include/rcp/version.hpp b/include/rcp/version.hpp index 1e2d848..a5725b6 100644 --- a/include/rcp/version.hpp +++ b/include/rcp/version.hpp @@ -6,6 +6,6 @@ namespace rcp { // Semantic version of the cpp-RCP implementation (matches the latest git tag). -constexpr std::string_view kVersion = "1.0.1"; +constexpr std::string_view kVersion = "1.0.2"; } // namespace rcp