mirror of
https://github.com/iFargle/headscale-webui.git
synced 2025-12-11 17:39:48 +01:00
Update build versions
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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}"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user