diff --git a/package.json b/package.json
index 3f7bc7b7..86063b02 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "name": "napcat",
   "private": true,
   "type": "module",
-  "version": "1.5.5",
+  "version": "1.5.6",
   "scripts": {
     "watch:dev": "vite --mode development",
     "watch:prod": "vite --mode production",
diff --git a/src/index.ts b/src/index.ts
index 0ce0edfa..a8d5b2a6 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -22,7 +22,6 @@ program
   .option('-q, --qq <type>', 'QQ号')
   .parse(process.argv);
 
-// 无缝升级旧的配置到新的 应在1.3.5发布 1.5.5 左右移除兼容支持
 // UpdateConfig().catch(logError); 移除支持
 // 启动WebUi
 InitWebUi();
diff --git a/src/onebot11/version.ts b/src/onebot11/version.ts
index 70e6403c..cfada32b 100644
--- a/src/onebot11/version.ts
+++ b/src/onebot11/version.ts
@@ -1 +1 @@
-export const version = '1.5.5';
+export const version = '1.5.6';
diff --git a/src/webui/ui/NapCat.ts b/src/webui/ui/NapCat.ts
index c222244f..911d59db 100644
--- a/src/webui/ui/NapCat.ts
+++ b/src/webui/ui/NapCat.ts
@@ -29,7 +29,7 @@ async function onSettingWindowCreated(view: Element) {
         SettingItem(
           '<span id="napcat-update-title">Napcat</span>',
           undefined,
-          SettingButton('V1.5.5', 'napcat-update-button', 'secondary')
+          SettingButton('V1.5.6', 'napcat-update-button', 'secondary')
         ),
       ]),
       SettingList([
diff --git a/static/assets/renderer.js b/static/assets/renderer.js
index deb5a0f1..45602267 100644
--- a/static/assets/renderer.js
+++ b/static/assets/renderer.js
@@ -167,7 +167,7 @@ async function onSettingWindowCreated(view) {
         SettingItem(
           '<span id="napcat-update-title">Napcat</span>',
           void 0,
-          SettingButton("V1.5.5", "napcat-update-button", "secondary")
+          SettingButton("V1.5.6", "napcat-update-button", "secondary")
         )
       ]),
       SettingList([