summaryrefslogtreecommitdiff
path: root/searx/version.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-12-08 23:57:36 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-12-08 23:57:36 +0100
commit2538a3ec26990c850afe3fa5e7b616400cc1a73d (patch)
tree9189f1890c76fd6317ee6fed1cad6419e485fc13 /searx/version.py
parent1165932d90fc91162ef392ef5bbb7df40855f126 (diff)
downloadsearxng-2538a3ec26990c850afe3fa5e7b616400cc1a73d.tar.gz
searxng-2538a3ec26990c850afe3fa5e7b616400cc1a73d.zip
[enh] v0.5.0
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 2dcbc6c74..ae07c2b3d 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 = 4
+VERSION_MINOR = 5
VERSION_BUILD = 0
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,