Changed version back to dev

This commit is contained in:
neersighted 2012-02-27 23:38:58 -08:00
parent 48f3c3017b
commit cfc7b8d880
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.0 - https://github.com/lukeroge/CloudBot/'
print 'Welcome to Cloudbot - Version DEV - https://github.com/lukeroge/CloudBot/'
bot = Bot()