mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-03-17 11:12:27 +01:00
Update app versions
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ pipeline {
|
||||
label 'linux-x64'
|
||||
}
|
||||
environment {
|
||||
APP_VERSION = 'v0.5.5'
|
||||
APP_VERSION = 'v0.5.6'
|
||||
HS_VERSION = "v0.20.0" // Version of Headscale this is compatible with
|
||||
BUILD_DATE = ''
|
||||
BUILDER_NAME = "multiarch"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "headscale-webui"
|
||||
version = "v0.5.5"
|
||||
version = "v0.5.6"
|
||||
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