From 593f96b44b8590d9bc75de3849eaf799b9149d51 Mon Sep 17 00:00:00 2001 From: Jevan Tang <22316055+jevantang@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:38:56 +0800 Subject: [PATCH] build: v1.2.0 --- utils/fresnsGlobalInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/fresnsGlobalInfo.js b/utils/fresnsGlobalInfo.js index ece97d87..17b49684 100644 --- a/utils/fresnsGlobalInfo.js +++ b/utils/fresnsGlobalInfo.js @@ -12,7 +12,7 @@ import { base64_encode } from '../libs/base64/base64'; export class GlobalInfo { clientName = 'ZhijieApp'; - clientVersion = appConfig.clientVersion || '1.1.0'; + clientVersion = appConfig.clientVersion || '1.2.0'; theme = null; // 处理用户主页路径