version tweeks

This commit is contained in:
neersighted 2012-02-27 22:33:57 -08:00
parent e77a62a935
commit effd039edc
3 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 3/DEV - https://github.com/lukeroge/CloudBot/'
print 'Welcome to Cloudbot - Version DEV - https://github.com/lukeroge/CloudBot/'
bot = Bot()