Bump'd version

This commit is contained in:
neersighted 2012-02-27 22:34:52 -08:00
parent effd039edc
commit b4368a3307
2 changed files with 4 additions and 4 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 DEV - https://github.com/lukeroge/CloudBot/'
print 'Welcome to Cloudbot - Version 1.0 - https://github.com/lukeroge/CloudBot/'
bot = Bot()