diff --git a/README.md b/README.md
index 7eeac67..2957f81 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-##CloudBot/1.0
+##CloudBot/DEV
### About
CloudBot is very heavily based on Skybot by rmmh. (https://github.com/rmmh/skybot)
@@ -32,7 +32,7 @@ CloudBot is licenced under the GPL v3 license. The terms are as follows.
```
- CloudBot 1.0
+ CloudBot DEV
Copyright © 2011 Luke Rogers.
diff --git a/bot.py b/bot.py
index b53ed80..52a3a3e 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.0 - https://github.com/lukeroge/CloudBot/'
+print 'Welcome to Cloudbot - Version DEV - https://github.com/lukeroge/CloudBot/'
bot = Bot()