diff --git a/Jenkinsfile b/Jenkinsfile index ac40d60..a4c8aa5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { label 'linux-x64' } environment { - APP_VERSION = 'v0.6.1' + APP_VERSION = 'v0.7.0' HS_VERSION = "v0.21.0" // Version of Headscale this is compatible with BUILD_DATE = '' BUILDER_NAME = "multiarch-${env.BUILD_TAG}" diff --git a/pyproject.toml b/pyproject.toml index 071748f..215a625 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "headscale-webui" -version = "v0.6.1" +version = "v0.7.0" description = "A simple web UI for small-scale Headscale deployments." authors = ["Albert Copeland "] license = "AGPL"