We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c8f3d commit 63a05ceCopy full SHA for 63a05ce
Jenkinsfile
@@ -5,7 +5,7 @@ pipeline {
5
label 'linux-x64'
6
}
7
environment {
8
- APP_VERSION = 'v0.5.2'
+ APP_VERSION = 'v0.5.3'
9
HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with
10
BUILD_DATE = ''
11
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "headscale-webui"
3
-version = "v0.5.2"
+version = "v0.5.3"
4
description = "A simple web UI for small-scale Headscale deployments."
authors = ["Albert Copeland <albert@sysctl.io>"]
license = "AGPL"
0 commit comments