From b14326160a2b9dd77a7b08fef5e9836f2086677f Mon Sep 17 00:00:00 2001 From: danghongquan Date: Fri, 13 Dec 2024 13:38:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=89=A9=E5=B1=95=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: danghongquan --- version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.js b/version.js index d4984dd..44d3a51 100644 --- a/version.js +++ b/version.js @@ -13,7 +13,7 @@ * limitations under the License. */ class version { - static version = '1.0.3'; //版本号 + static version = '1.0.4'; //版本号 } module.exports = { -- Gitee