Loading searx/version.py +1 −0 Original line number Original line Diff line number Diff line Loading @@ -11,6 +11,7 @@ import logging # if there is searx.version_frozen module, and it is not possible to get the git tag # if there is searx.version_frozen module, and it is not possible to get the git tag VERSION_STRING = "1.0.0" VERSION_STRING = "1.0.0" VERSION_TAG = "1.0.0" VERSION_TAG = "1.0.0" DOCKER_TAG = "1.0.0" GIT_URL = "unknow" GIT_URL = "unknow" GIT_BRANCH = "unknow" GIT_BRANCH = "unknow" Loading Loading
searx/version.py +1 −0 Original line number Original line Diff line number Diff line Loading @@ -11,6 +11,7 @@ import logging # if there is searx.version_frozen module, and it is not possible to get the git tag # if there is searx.version_frozen module, and it is not possible to get the git tag VERSION_STRING = "1.0.0" VERSION_STRING = "1.0.0" VERSION_TAG = "1.0.0" VERSION_TAG = "1.0.0" DOCKER_TAG = "1.0.0" GIT_URL = "unknow" GIT_URL = "unknow" GIT_BRANCH = "unknow" GIT_BRANCH = "unknow" Loading