From d3c9cbbdffe0d65229fa1f11ef04cae6e00d04e9 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Wed, 29 Mar 2023 19:42:42 +0800 Subject: [PATCH] fix: version --- utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config.js b/utils/config.js index 32d685d..384f1e6 100644 --- a/utils/config.js +++ b/utils/config.js @@ -75,7 +75,7 @@ const defaultConfig = { enableRobotAt: true, maxNumUserMessagesInConversation: 20, sydneyApologyIgnored: true, - version: 'v2.4.8' + version: 'v2.4.9' } const _path = process.cwd() let config = {}