From 263c47ca8ff5ce0ce527d3db078b47ded2f3d06e Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Sun, 17 Nov 2024 13:55:39 +0800 Subject: [PATCH] build: prepare to release 0.1.1 (#40) Signed-off-by: ZhangJian He --- include/opengemini/Version.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/opengemini/Version.hpp b/include/opengemini/Version.hpp index 720fd7f..7f9d9d3 100644 --- a/include/opengemini/Version.hpp +++ b/include/opengemini/Version.hpp @@ -32,7 +32,7 @@ /// \~Chinese /// @brief 库次版本号。 /// -#define OPENGEMINI_VERSION_MINOR 2 +#define OPENGEMINI_VERSION_MINOR 1 /// /// \~English @@ -41,6 +41,6 @@ /// \~Chinese /// @brief 库修正版本号。 /// -#define OPENGEMINI_VERSION_PATCH 0 +#define OPENGEMINI_VERSION_PATCH 1 #endif // !OPENGEMINI_VERSION_HPP