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