Skip to content

Commit 7acc4b1

Browse files
committed
Update build versions
1 parent a7c0c9b commit 7acc4b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pipeline {
33
label 'linux-x64'
44
}
55
environment {
6-
APP_VERSION = 'v0.6.1'
7-
HS_VERSION = "v0.21.0" // Version of Headscale this is compatible with
6+
APP_VERSION = 'v0.6.2'
7+
HS_VERSION = "v0.22.1" // Version of Headscale this is compatible with
88
BUILD_DATE = ''
99
BUILDER_NAME = "multiarch-${env.BUILD_TAG}"
1010

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "headscale-webui"
3-
version = "v0.6.1"
3+
version = "v0.6.2"
44
description = "A simple web UI for small-scale Headscale deployments."
55
authors = ["Albert Copeland <albert@sysctl.io>"]
66
license = "AGPL"

0 commit comments

Comments
 (0)