Update app versions

This commit is contained in:
iFargle
2023-03-17 21:33:59 +09:00
parent b6d5cd7c0b
commit 35c3c8b5ff
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -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"

View File

@@ -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 <albert@sysctl.io>"]
license = "AGPL"