Update build versions

This commit is contained in:
iFargle
2023-05-08 12:42:53 +09:00
parent a7c0c9b059
commit 7acc4b12fd
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -3,8 +3,8 @@ pipeline {
label 'linux-x64'
}
environment {
APP_VERSION = 'v0.6.1'
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
BUILD_DATE = ''
BUILDER_NAME = "multiarch-${env.BUILD_TAG}"

View File

@@ -1,6 +1,6 @@
[tool.poetry]
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"