From c8e897abdb2fbde9ede143c70a75389fa619fee3 Mon Sep 17 00:00:00 2001
From: idranme <96647698+idranme@users.noreply.github.com>
Date: Sun, 13 Oct 2024 01:29:19 +0800
Subject: [PATCH] chore: bump versions

---
 manifest.json  | 2 +-
 src/version.ts | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index b742371..434c2d9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,7 +4,7 @@
   "name": "LLOneBot",
   "slug": "LLOneBot",
   "description": "实现 OneBot 11 和 Satori 协议,用于 QQ 机器人开发",
-  "version": "4.0.6",
+  "version": "4.0.7",
   "icon": "./icon.webp",
   "authors": [
     {
diff --git a/src/version.ts b/src/version.ts
index 83c31e1..b28e5f0 100644
--- a/src/version.ts
+++ b/src/version.ts
@@ -1 +1 @@
-export const version = '4.0.6'
+export const version = '4.0.7'