From 885a37363f1b82d147b535c21289df1ac446e30d Mon Sep 17 00:00:00 2001 From: huqi Date: Sun, 7 Feb 2021 01:22:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/o2_core/o2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2web/source/o2_core/o2.js b/o2web/source/o2_core/o2.js index 843b0deadb..29243debb0 100644 --- a/o2web/source/o2_core/o2.js +++ b/o2web/source/o2_core/o2.js @@ -77,7 +77,7 @@ if (!window.Promise){ } this.o2 = window.o2 || {}; this.o2.version = { - "v": "5.1.1", + "v": "5.4.1", "build": "2020.06.12", "info": "O2OA 活力办公 创意无限. Copyright © 2020, o2oa.net O2 Team All rights reserved." }; -- GitLab