From d73f3531b83bdbc90e2d6568ab6138c2c72cb704 Mon Sep 17 00:00:00 2001 From: xiehan <52160700+Barenboim@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:01:20 +0800 Subject: [PATCH] 0.11.1->0.11.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 90cfd8a7..4696a9dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_SKIP_RPATH TRUE) project( workflow - VERSION 0.11.1 + VERSION 0.11.2 LANGUAGES C CXX )