diff --git a/Jenkinsfile b/Jenkinsfile index da5560b..4ba119f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { label 'linux-x64' } environment { - APP_VERSION = 'v0.5.5' + APP_VERSION = 'v0.5.6' HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with BUILD_DATE = '' BUILDER_NAME = "multiarch" diff --git a/pyproject.toml b/pyproject.toml index a148932..b335c4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "headscale-webui" -version = "v0.5.5" +version = "v0.5.6" description = "A simple web UI for small-scale Headscale deployments." authors = ["Albert Copeland "] license = "AGPL"