aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorLibravatar bai 2020-07-21 06:44:03 -0400
committerLibravatar bai 2020-07-21 06:44:03 -0400
commit426e7f86772cf675a25657cdd948a6adaddd0b0b (patch)
tree7b0dee3d994f7c0481d83a614fcf18034f6e1f71 /cgi
parentcce54237952b104efc98afec3f3edfd0cb5ed714 (diff)
downloadweabot-426e7f86772cf675a25657cdd948a6adaddd0b0b.tar.gz
weabot-426e7f86772cf675a25657cdd948a6adaddd0b0b.tar.xz
weabot-426e7f86772cf675a25657cdd948a6adaddd0b0b.zip
Bump de versiĆ³n
Diffstat (limited to 'cgi')
-rw-r--r--cgi/templates/revision.html2
-rwxr-xr-xcgi/weabot.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/revision.html b/cgi/templates/revision.html
index 5c5cbb3..ef50561 100644
--- a/cgi/templates/revision.html
+++ b/cgi/templates/revision.html
@@ -1 +1 @@
-0.8.8 \ No newline at end of file
+0.8.10
diff --git a/cgi/weabot.py b/cgi/weabot.py
index 2597ac3..664fa02 100755
--- a/cgi/weabot.py
+++ b/cgi/weabot.py
@@ -22,7 +22,7 @@ from formatting import *
from post import *
from img import *
-__version__ = "0.8.8"
+__version__ = "0.8.10"
# Set to True to disable weabot's exception routing and enable profiling
_DEBUG = False