Changed version back to dev
This commit is contained in:
parent
48f3c3017b
commit
cfc7b8d880
2 changed files with 3 additions and 3 deletions
|
@ -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. <http://www.dempltr.com/> <lukeroge@gmail.com>
|
||||
|
||||
|
|
2
bot.py
2
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()
|
||||
|
||||
|
|
Reference in a new issue