From 97597bb9b4a8ea17d516513b8b4c9e188e0d156c Mon Sep 17 00:00:00 2001 From: neersighted Date: Mon, 2 Apr 2012 10:03:24 -0700 Subject: [PATCH] Unbump'd Version --- README.md | 4 ++-- bot.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f0f4b12..14d316d 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CloudBot/1.2 +# CloudBot/DEV ## 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/1.2 + CloudBot/DEV Copyright © 2011 ClouDev - <[cloudev.github.com](http://cloudev.github.com)> diff --git a/bot.py b/bot.py index 470c577..e754380 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 1.2 - http://git.io/cloudbotirc' +print 'Welcome to Cloudbot - Version DEV - http://git.io/cloudbotirc' bot = Bot() bot.start_time = time.time()