From 68d54c863e210e00f71ac1a5b55fbb7be9fdc3c2 Mon Sep 17 00:00:00 2001 From: Peng Xingliang <91927439+pxlxingliang@users.noreply.github.com> Date: Mon, 4 Dec 2023 14:03:41 +0800 Subject: [PATCH] update version to v3.4.4 (#3295) --- source/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/version.h b/source/version.h index 69f7566f00..ca87e29a7e 100644 --- a/source/version.h +++ b/source/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.4.3" +#define VERSION "v3.4.4" #endif