From 5b586031f3ff693ceff607ff0c85044ea960623c Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Wed, 15 May 2024 00:20:59 +0200 Subject: [PATCH] Bump version to 2.27.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82cb4b0418..69eb6877c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(de_rest_plugin VERSION 2.26.03 LANGUAGES C;CXX) +project(de_rest_plugin VERSION 2.27.00 LANGUAGES C;CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON)