From fc31f8cb990fe63d69563ed720b66baf7e04b556 Mon Sep 17 00:00:00 2001 From: wqzhou <33364058+WHUweiqingzhou@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:05:57 +0800 Subject: [PATCH] update version (#3675) --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index f7de8c919e..9465a46987 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.5.3" +#define VERSION "v3.5.4" #endif