From a33935612b4bbde17088051ccae266e6e2bb57d8 Mon Sep 17 00:00:00 2001 From: wqzhou <33364058+WHUweiqingzhou@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:40:42 +0800 Subject: [PATCH] version 3.7.0 (#4502) --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index 782ec38323..a9924fd44b 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.6.5" +#define VERSION "v3.7.0" #endif