Skip to content

Commit

Permalink
Bump micro
Browse files Browse the repository at this point in the history
  • Loading branch information
TrustyJAID committed Jul 2, 2023
1 parent e3a4c50 commit 6ce8da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adventure/adventure.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def red_delete_data_for_user(
user_id
).clear() # This will only ever touch the separate currency, leaving bot economy to be handled by core.

__version__ = "4.0.2"
__version__ = "4.0.3"

def __init__(self, bot: Red):
self.bot = bot
Expand Down

0 comments on commit 6ce8da3

Please sign in to comment.