From 54659c65f3beb6a1c74d4c9024c791221c6ad35f Mon Sep 17 00:00:00 2001 From: kirk0830 <67682086+kirk0830@users.noreply.github.com> Date: Sun, 29 Sep 2024 12:12:33 +0800 Subject: [PATCH] update version.h (#5189) --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index b4ed4f2348..12c6bef711 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.7.5" +#define VERSION "v3.8.0" #endif