From c57102fff1303ca8dc51cb43d2f451af68ea6479 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Tue, 28 Mar 2023 22:28:01 +0800 Subject: [PATCH] fix: update version --- utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config.js b/utils/config.js index 2751893..bab59f1 100644 --- a/utils/config.js +++ b/utils/config.js @@ -73,7 +73,7 @@ const defaultConfig = { enableGroupContext: false, groupContextLength: 50, enableRobotAt: true, - version: 'v2.4.3' + version: 'v2.4.4' } const _path = process.cwd() let config = {}