Browse Source

[enh] 0.11.0 version bump

Adam Tauber 7 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 View File

@@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
18 18
 
19 19
 # version of searx
20 20
 VERSION_MAJOR = 0
21
-VERSION_MINOR = 10
21
+VERSION_MINOR = 11
22 22
 VERSION_BUILD = 0
23 23
 
24 24
 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,