diff --git a/searx/version.py b/searx/version.py index aa631d89..2b83b59e 100644 --- a/searx/version.py +++ b/searx/version.py @@ -18,7 +18,7 @@ along with searx. If not, see < http://www.gnu.org/licenses/ >. # version of searx VERSION_MAJOR = 1 -VERSION_MINOR = 0 +VERSION_MINOR = 1 VERSION_BUILD = 0 VERSION_STRING = "{0}.{1}.{2}".format(VERSION_MAJOR,