diff --git a/README.md b/README.md index 14d316d..f0f4b12 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CloudBot/DEV +# CloudBot/1.2 ## About @@ -102,7 +102,7 @@ The programs `screen` or `daemon` are recomended for the wrapper to run optimaly ## License CloudBot is **licensed** under the **GPL v3** license. The terms are as follows. - CloudBot/DEV + CloudBot/1.2 Copyright © 2011 ClouDev - <[cloudev.github.com](http://cloudev.github.com)> diff --git a/bot.py b/bot.py index e754380..470c577 100755 --- a/bot.py +++ b/bot.py @@ -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 - http://git.io/cloudbotirc' +print 'Welcome to Cloudbot - Version 1.2 - http://git.io/cloudbotirc' bot = Bot() bot.start_time = time.time()