From 640dc7d8307a790bbdae634e57a6142b85153070 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Thu, 2 Mar 2023 13:19:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config.js b/utils/config.js index b2ba447..d7fc143 100644 --- a/utils/config.js +++ b/utils/config.js @@ -33,7 +33,7 @@ const defaultConfig = { debug: true, defaultTimeoutMs: 120000, chromeTimeoutMS: 120000, - version: '2.0.3' + version: '2.0.4' } const _path = process.cwd() let config = {}