From f7f03b36b9c62df220da8ad2dd76a63687522fcf Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Thu, 7 Apr 2022 07:26:47 +0000 Subject: [PATCH] update spark-webapp-runtime/globaldefine.h. --- spark-webapp-runtime/globaldefine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spark-webapp-runtime/globaldefine.h b/spark-webapp-runtime/globaldefine.h index b831290..840b975 100644 --- a/spark-webapp-runtime/globaldefine.h +++ b/spark-webapp-runtime/globaldefine.h @@ -17,6 +17,6 @@ #define DEFAULT_ROOT QString() #define DEFAULT_PORT 0 -#define CURRENT_VER (1.6) +#define CURRENT_VER (1.6.3) #endif // GLOBALDEFINE_H