diff --git a/bot.py b/bot.py
index da623f7..5fd2a4d 100755
--- a/bot.py
+++ b/bot.py
@@ -23,7 +23,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
class Bot(object):
pass
-print 'CloudBot 1.x (DEVELOPMENT) '
+print 'CloudBot %s (%s) ' % (__version__, __status__)
bot = Bot()
bot.start_time = time.time()