Bump'd version

This commit is contained in:
neersighted 2012-04-02 10:31:37 -07:00
parent bfa42ea220
commit b4a258f188
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.2 - http://git.io/cloudbotirc'
print 'Welcome to Cloudbot - Version 1.2a - http://git.io/cloudbotirc'
bot = Bot()
bot.start_time = time.time()