From ebf7343586760685448e56323fd77845e00a7dc7 Mon Sep 17 00:00:00 2001 From: LWR Date: Wed, 8 Jan 2025 00:08:15 +0800 Subject: [PATCH] docs: Update version --- starbot/core/bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starbot/core/bot.py b/starbot/core/bot.py index d6a3ae4..f866027 100644 --- a/starbot/core/bot.py +++ b/starbot/core/bot.py @@ -26,7 +26,7 @@ class StarBot: """ StarBot 类 """ - VERSION = "2.0.12" + VERSION = "2.0.14" STARBOT_ASCII_LOGO = "\n".join( ( r" _____ _ ____ _ ", @@ -35,7 +35,7 @@ class StarBot: r" \___ \| __/ _` | '__| _ < / _ \| __|", r" ____) | || (_| | | | |_) | (_) | |_ ", r" |_____/ \__\__,_|_| |____/ \___/ \__|", - f" StarBot - (v{VERSION}) 2024-12-04", + f" StarBot - (v{VERSION}) 2025-01-08", r" Github: https://github.com/Starlwr/StarBot", r"", r"",