Skip to content

Commit

Permalink
Update build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
iFargle committed May 8, 2023
1 parent a7c0c9b commit 7acc4b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7acc4b1

Please sign in to comment.