Skip to content

Commit

Permalink
+ [ 2 files changed ] - Bumps version to 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Jul 30, 2021
1 parent ce56b8e commit 78a7e6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.5

- [**Fixed**] Fix `CCommandNoPerm` not being handled by error handler

# 3.0.4

- [**Fixed**] Fix google search's safe search not working
Expand Down
2 changes: 1 addition & 1 deletion core/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ziBot(commands.Bot):

# --- NOTE: Information about the bot
author = getattr(config, "author", "ZiRO2264#9999")
version = "`3.0.4` - `overhaul`"
version = "`3.0.5` - `overhaul`"
links = getattr(
config,
"links",
Expand Down

0 comments on commit 78a7e6f

Please sign in to comment.