From 6a19d6f23403bb30d4d40bcd89f5b295d9388725 Mon Sep 17 00:00:00 2001
From: idranme <idranme@outlook.com>
Date: Fri, 20 Sep 2024 22:57:00 +0800
Subject: [PATCH] chore: v3.33.2

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

diff --git a/manifest.json b/manifest.json
index 79bb04d..5acb7ae 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,7 +4,7 @@
   "name": "LLOneBot",
   "slug": "LLOneBot",
   "description": "实现 OneBot 11 协议,用于 QQ 机器人开发",
-  "version": "3.33.1",
+  "version": "3.33.2",
   "icon": "./icon.webp",
   "authors": [
     {
diff --git a/src/version.ts b/src/version.ts
index 057d44a..f6b357f 100644
--- a/src/version.ts
+++ b/src/version.ts
@@ -1 +1 @@
-export const version = '3.33.1'
+export const version = '3.33.2'