Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
Push 1.0.9 because I can
Browse files Browse the repository at this point in the history
  • Loading branch information
dmptrluke committed Jun 16, 2015
1 parent 1a4c52b commit 68b9e26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Changelog

## 1.0.9
TBA

### 1.0.8
This update is pretty big. Be warned.
* Improved flip command.
Expand Down
2 changes: 1 addition & 1 deletion cloudbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import logging
import os

__version__ = "1.0.9_dev"
__version__ = "1.0.9"

__all__ = ["util", "bot", "connection", "config", "permissions", "plugin", "event", "hook", "log_dir"]

Expand Down
2 changes: 1 addition & 1 deletion config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"whitelist": []
},
"web": {
"enabled": true,
"enabled": false,
"address": "0.0.0.0",
"port": 8090,
"bot_name": "CloudBot"
Expand Down

0 comments on commit 68b9e26

Please sign in to comment.