From 1b00ae232658b598a48433545485611c8d303548 Mon Sep 17 00:00:00 2001 From: LWR Date: Sun, 21 May 2023 17:22:41 +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 b9c2bbd..00a984b 100644 --- a/starbot/core/bot.py +++ b/starbot/core/bot.py @@ -25,7 +25,7 @@ class StarBot: """ StarBot 类 """ - VERSION = "2.0.0" + VERSION = "2.0.1" STARBOT_ASCII_LOGO = "\n".join( ( r" _____ _ ____ _ ", @@ -34,7 +34,7 @@ class StarBot: r" \___ \| __/ _` | '__| _ < / _ \| __|", r" ____) | || (_| | | | |_) | (_) | |_ ", r" |_____/ \__\__,_|_| |____/ \___/ \__|", - f" StarBot - (v{VERSION}) 2023-05-14", + f" StarBot - (v{VERSION}) 2023-05-21", r" Github: https://github.com/Starlwr/StarBot", r"", r"",