From 8c5c21ec4bb8f073a864fd191077923cfa03c762 Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Tue, 28 May 2024 19:20:12 +0200 Subject: [PATCH] Bump version to 2.27.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 403b628583..296c4e1c8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(de_rest_plugin VERSION 2.27.01 LANGUAGES C;CXX) +project(de_rest_plugin VERSION 2.27.02 LANGUAGES C;CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON)