Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexadigital committed Nov 17, 2021
1 parent 45039f5 commit 36cb77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-deity/discord_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async def on_ready():
print(client.user.name)
print(client.user.id)
print('------')
current_version = discord.Game(name="Project Deity v0.1b")
current_version = discord.Game(name="Project Deity v0.1c")
await client.change_presence(activity=current_version)


Expand Down

0 comments on commit 36cb77e

Please sign in to comment.