Skip to content

Commit 63a05ce

Browse files
committed
Update Versions
1 parent 00c8f3d commit 63a05ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55
label 'linux-x64'
66
}
77
environment {
8-
APP_VERSION = 'v0.5.2'
8+
APP_VERSION = 'v0.5.3'
99
HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with
1010
BUILD_DATE = ''
1111
}

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.5.2"
3+
version = "v0.5.3"
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)