Skip to content

Commit

Permalink
docs: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlwr committed Jun 30, 2024
1 parent b62c955 commit 6a90fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starbot/core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class StarBot:
"""
StarBot 类
"""
VERSION = "2.0.9"
VERSION = "2.0.10"
STARBOT_ASCII_LOGO = "\n".join(
(
r" _____ _ ____ _ ",
Expand All @@ -35,7 +35,7 @@ class StarBot:
r" \___ \| __/ _` | '__| _ < / _ \| __|",
r" ____) | || (_| | | | |_) | (_) | |_ ",
r" |_____/ \__\__,_|_| |____/ \___/ \__|",
f" StarBot - (v{VERSION}) 2024-01-29",
f" StarBot - (v{VERSION}) 2024-06-30",
r" Github: https://github.com/Starlwr/StarBot",
r"",
r"",
Expand Down

0 comments on commit 6a90fd6

Please sign in to comment.