From 6169e5311d86cf8b9b0c9600739a1d5209c1c758 Mon Sep 17 00:00:00 2001 From: neersighted Date: Thu, 1 Mar 2012 21:52:36 -0800 Subject: [PATCH] Bump'd verision --- README.md | 4 ++-- bot.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98c7a6c..6dae957 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CloudBot/DEV +# CloudBot/1.1 ## 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.1 Copyright © 2011 Luke Rogers - diff --git a/bot.py b/bot.py index 45fac16..6431e06 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/cloudbot' +print 'Welcome to Cloudbot - Version 1.1 - http://git.io/cloudbot' bot = Bot()