[enh] version 0.9.0 - #529

This commit is contained in:
Adam Tauber 2016-05-24 13:35:52 +02:00
parent de933491f3
commit 2caf0d4c9a
2 changed files with 40 additions and 2 deletions

View file

@ -18,8 +18,8 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >.
# version of searx
VERSION_MAJOR = 0
VERSION_MINOR = 8
VERSION_BUILD = 1
VERSION_MINOR = 9
VERSION_BUILD = 0
VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,
VERSION_MINOR,