From 63a05ce25b0178de16987e96560e1eb020ec2a54 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 3 Mar 2023 13:34:11 +0900 Subject: [PATCH] Update Versions --- Jenkinsfile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 44c8669..1a93404 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { label 'linux-x64' } environment { - APP_VERSION = 'v0.5.2' + APP_VERSION = 'v0.5.3' HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with BUILD_DATE = '' } diff --git a/pyproject.toml b/pyproject.toml index 2e21092..64e9338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "headscale-webui" -version = "v0.5.2" +version = "v0.5.3" description = "A simple web UI for small-scale Headscale deployments." authors = ["Albert Copeland "] license = "AGPL"