From be4418154070d939c3497029c0f37fbff6411093 Mon Sep 17 00:00:00 2001 From: Danfeng Zhao <154488229+DanielZhao0432@users.noreply.github.com> Date: Fri, 7 Aug 2026 15:24:07 +0800 Subject: [PATCH] Update version to v3.11.0-beta8 --- source/source_base/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/source_base/version.h b/source/source_base/version.h index 8f4e40b8e2..4c049330eb 100644 --- a/source/source_base/version.h +++ b/source/source_base/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.11.0-beta7" +#define VERSION "v3.11.0-beta8" #endif