aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar neptune 2022-02-21 18:57:13 -0300
committerLibravatar neptune 2022-02-21 18:57:13 -0300
commit0d47187c7a72a709c8ac72d4535336a450c894a8 (patch)
treee7e5542fb88a0b1aff95fb1d52a30f920e728944
parent8dcb65e8f3fbe519657d71037f1c367fd3d80e53 (diff)
downloadweabot-0d47187c7a72a709c8ac72d4535336a450c894a8.tar.gz
weabot-0d47187c7a72a709c8ac72d4535336a450c894a8.tar.xz
weabot-0d47187c7a72a709c8ac72d4535336a450c894a8.zip
Aumentada versiĆ³n
-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 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