Bump version to 0.6.0
This commit is contained in:
parent
2e7d8b7f6d
commit
c3e2666cb6
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ restart_ctx = None
|
|||
jarvis = commands.Bot(command_prefix=utils.get_prefix, intents=intents)
|
||||
slash = SlashCommand(jarvis, sync_commands=True, sync_on_cog_reload=True)
|
||||
jarvis_self = Process()
|
||||
__version__ = "0.5.0"
|
||||
__version__ = "0.6.0"
|
||||
|
||||
|
||||
@jarvis.event
|
||||
|
|
Loading…
Add table
Reference in a new issue