summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-12-14 19:12:12 +0100
committerGitHub <noreply@github.com>2020-12-14 19:12:12 +0100
commit002d53abf35192ba1094d7516da10b3442ca1f16 (patch)
tree1ff3ad31bb848bda3a846b7ad68547bbcfc37e5f /searx
parent78655663380d9d67872b419a872dd40d05ef1ed1 (diff)
parent39ac81478cbdeafbf5e9a60ef0314f34f07f0acc (diff)
downloadsearxng-ec2bc75bfc68a0455d915f715a945eda7a1f24ec.tar.gz
searxng-ec2bc75bfc68a0455d915f715a945eda7a1f24ec.zip
Merge pull request #2389 from searx/update-changelogv0.18.0
prepare release 0.18.0: update CHANGELOG.rst
Diffstat (limited to 'searx')
-rw-r--r--searx/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/version.py b/searx/version.py
index 75bb3c426..d9bf9074b 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 = 17
+VERSION_MINOR = 18
VERSION_BUILD = 0
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,