From d8816f2b17e1b6b1736912f51cd337a5fcc7ea79 Mon Sep 17 00:00:00 2001 From: wqzhou <33364058+WHUweiqingzhou@users.noreply.github.com> Date: Sun, 27 Aug 2023 23:09:30 -0500 Subject: [PATCH] update to version3.3.3 (#2870) --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index 873bdfffd5..6d5165ea42 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.3.2" +#define VERSION "v3.3.3" #endif