From 7895644156b30b0e25afad5544a87f875f5e52dc Mon Sep 17 00:00:00 2001 From: idranme Date: Fri, 27 Sep 2024 16:51:49 +0800 Subject: [PATCH] chore: v3.33.9 --- manifest.json | 2 +- src/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 2a25394..83911fc 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "LLOneBot", "slug": "LLOneBot", "description": "实现 OneBot 11 协议,用于 QQ 机器人开发", - "version": "3.33.8", + "version": "3.33.9", "icon": "./icon.webp", "authors": [ { diff --git a/src/version.ts b/src/version.ts index 3624278..248e835 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '3.33.8' +export const version = '3.33.9'