From 8c9ea5191c555eae94315945f60a8f848c15cb1a Mon Sep 17 00:00:00 2001 From: Zhao Tianqi Date: Mon, 15 Jan 2024 15:55:19 +0800 Subject: [PATCH] update version to 3.5.1 (#3489) Co-authored-by: root --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index fe978333c9..f48e0e06db 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.5.0" +#define VERSION "v3.5.1" #endif