summaryrefslogtreecommitdiff
path: root/searx/version.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-09-06 18:31:25 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-09-06 18:31:25 +0200
commitce371f766a724bae26acb2221d0e1daef8acad5b (patch)
tree941fc74734476b9ada60f9fcc705375e4b61350f /searx/version.py
parent3ce39aeef7b3e512ddfe302208e2e2b8cb0c6bb5 (diff)
downloadsearxng-0.10.0.tar.gz
searxng-0.10.0.zip
[enh] version 0.10.0v0.10.0
closes #659
Diffstat (limited to 'searx/version.py')
-rw-r--r--searx/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/version.py b/searx/version.py
index 7f254df90..e32307b65 100644
--- a/searx/version.py
+++ b/searx/version.py
@@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
# version of searx
VERSION_MAJOR = 0
-VERSION_MINOR = 9
+VERSION_MINOR = 10
VERSION_BUILD = 0
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,