Browse Source

[enh] v0.6.0

Adam Tauber 10 years ago
parent
commit
fcc394540b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/version.py

+ 1 - 1
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,