We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7c0c9b commit 7acc4b1Copy full SHA for 7acc4b1
Jenkinsfile
@@ -3,8 +3,8 @@ pipeline {
3
label 'linux-x64'
4
}
5
environment {
6
- APP_VERSION = 'v0.6.1'
7
- 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
8
BUILD_DATE = ''
9
BUILDER_NAME = "multiarch-${env.BUILD_TAG}"
10
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "headscale-webui"
-version = "v0.6.1"
+version = "v0.6.2"
description = "A simple web UI for small-scale Headscale deployments."
authors = ["Albert Copeland <albert@sysctl.io>"]
license = "AGPL"
0 commit comments