From 552f51d3375843518eb4f04db9c40040bb90fb72 Mon Sep 17 00:00:00 2001 From: wqzhou <33364058+WHUweiqingzhou@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:05:34 +0800 Subject: [PATCH] Update version.h --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index 5970e6c4c4..7d4625f8b0 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.8.3" +#define VERSION "v3.8.4" #endif