diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/templates/revision.html | 2 | ||||
-rwxr-xr-x | cgi/weabot.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/revision.html b/cgi/templates/revision.html index 1a46c7f..f314d02 100644 --- a/cgi/templates/revision.html +++ b/cgi/templates/revision.html @@ -1 +1 @@ -0.10.8 +0.10.9 diff --git a/cgi/weabot.py b/cgi/weabot.py index 5d565d5..e0e941a 100755 --- a/cgi/weabot.py +++ b/cgi/weabot.py @@ -23,7 +23,7 @@ from formatting import * from post import * from img import * -__version__ = "0.10.8" +__version__ = "0.10.9" # Set to True to disable weabot's exception routing and enable profiling _DEBUG = False |