From 051806133f77ad1982c1f536c6024597fc0d7adb Mon Sep 17 00:00:00 2001 From: dyzheng Date: Mon, 14 Aug 2023 17:07:14 +0800 Subject: [PATCH] Update version to v3.3.2 (#2828) Co-authored-by: dyzheng --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index 3ced7c7dea..873bdfffd5 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.3.1" +#define VERSION "v3.3.2" #endif