[enh] version 0.8.1

This commit is contained in:
Adam Tauber 2015-12-22 23:21:12 +01:00
parent 906ec89818
commit 371fc09b6f
2 changed files with 22 additions and 1 deletions

View file

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