Why patch a patch? because of version numbers, that's why!

This commit is contained in:
neersighted 2012-03-01 22:56:50 -08:00
parent d50b8e79b1
commit f65451bc95
2 changed files with 3 additions and 3 deletions

2
bot.py
View file

@ -13,7 +13,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
class Bot(object):
pass
print 'Welcome to Cloudbot - Version 1.1 - http://git.io/cloudbot'
print 'Welcome to Cloudbot - Version 1.1b - http://git.io/cloudbot'
bot = Bot()