From e7707d6cba3e277db2dcea5125a55eebdf119be2 Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Fri, 26 Jul 2024 13:30:34 +0200 Subject: [PATCH] Bump version to 2.27.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6026b401fc..abbc4c6031 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(de_rest_plugin VERSION 2.27.05 LANGUAGES C;CXX) +project(de_rest_plugin VERSION 2.27.06 LANGUAGES C;CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON)