Browse Source

[enh] 0.11.0 version bump

Adam Tauber 8 years ago
parent
commit
d6cbc6b78b
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 = 10
+VERSION_MINOR = 11
 VERSION_BUILD = 0
 
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,