From f7af8955aa3eb3c504cdc6e2d3be45ab5dafa3bb Mon Sep 17 00:00:00 2001 From: xiehan <52160700+Barenboim@users.noreply.github.com> Date: Mon, 25 Sep 2023 21:45:34 +0800 Subject: [PATCH] 0.10.9->0.10.10 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cab2e146..878402ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ set(CMAKE_SKIP_RPATH TRUE) project( workflow - VERSION 0.10.9 + VERSION 0.10.10 LANGUAGES C CXX )