Skip to content

Commit 68b9e26

Browse files
committed
Push 1.0.9 because I can
1 parent 1a4c52b commit 68b9e26

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## Changelog
2+
3+
## 1.0.9
4+
TBA
5+
26
### 1.0.8
37
This update is pretty big. Be warned.
48
* Improved flip command.

cloudbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import logging
1111
import os
1212

13-
__version__ = "1.0.9_dev"
13+
__version__ = "1.0.9"
1414

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

config.default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"whitelist": []
9393
},
9494
"web": {
95-
"enabled": true,
95+
"enabled": false,
9696
"address": "0.0.0.0",
9797
"port": 8090,
9898
"bot_name": "CloudBot"

0 commit comments

Comments
 (0)