From 146a509311db9d6c7c7a7eb7e74d0e39ec88cef9 Mon Sep 17 00:00:00 2001 From: kirk0830 <67682086+kirk0830@users.noreply.github.com> Date: Mon, 21 Oct 2024 16:41:35 +0800 Subject: [PATCH] Update version.h (#5314) --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index 12c6bef711..fc02018abf 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.8.0" +#define VERSION "v3.8.1" #endif