From 5286273cc53ef08b6ede30e1a2a7742bda46f82b Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 7 Jun 2023 23:16:51 +0200 Subject: [PATCH] Bump patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b2aaa3d..5394cac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(META_GUI_OPTIONAL true) set(META_JS_SRC_DIR renamingutility) set(META_VERSION_MAJOR 3) set(META_VERSION_MINOR 8) -set(META_VERSION_PATCH 0) +set(META_VERSION_PATCH 1) set(META_RELEASE_DATE "2023-06-06") set(META_ADD_DEFAULT_CPP_UNIT_TEST_APPLICATION ON)