summaryrefslogtreecommitdiff
path: root/searx
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2014-12-25 17:56:01 +0100
committerAdam Tauber <asciimoo@gmail.com>2014-12-25 17:56:01 +0100
commitfcc394540bded9ef6863d2c3432044db3ee0b102 (patch)
treeb3a217d0f7f4c63503402ad872e35c6974da3b9d /searx
parent62a7dc1aaa31227a05d3964ae0bde109a111908e (diff)
downloadsearxng-0.6.0.tar.gz
searxng-0.6.0.zip
[enh] v0.6.0v0.6.0
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 ae07c2b3d..d8888fc98 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 = 5
+VERSION_MINOR = 6
VERSION_BUILD = 0
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,