From a3b6af2851e5959b5c65308ea131878b24717438 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Wed, 19 Apr 2023 23:42:55 +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 a3fa54ab..71567506 100644 --- a/utils/config.js +++ b/utils/config.js @@ -101,7 +101,7 @@ const defaultConfig = { slackClaudeUserId: '', slackClaudeEnableGlobalPreset: true, slackClaudeGlobalPreset: '', - version: 'v2.5.5' + version: 'v2.5.6' } const _path = process.cwd() let config = {}