Skip to content

Commit 49fc3be

Browse files
committed
Increment version
1 parent 7233c41 commit 49fc3be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
'''
2424

25-
__version__ = '1.1.7'
25+
__version__ = '1.2.0'
2626

2727
import discord
2828
from discord.ext import commands
@@ -274,7 +274,7 @@ async def about(self, ctx):
274274
if meta:
275275
em.add_field(name='Instances', value=meta['instances'])
276276
if __version__ != meta['latest_version']:
277-
footer = f"Latest version available is {meta['latest_version']}"
277+
footer = f"A newer version is available v{meta['latest_version']}"
278278

279279
em.add_field(name='Github', value='https://github.com/kyb3r/modmail', inline=False)
280280

0 commit comments

Comments
 (0)