Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
iFargle committed Apr 21, 2023
1 parent 5097807 commit 128c5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pipeline {
label 'linux-x64'
}
environment {
APP_VERSION = 'v0.6.1'
APP_VERSION = 'v0.7.0'
HS_VERSION = "v0.21.0" // 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.7.0"
description = "A simple web UI for small-scale Headscale deployments."
authors = ["Albert Copeland <[email protected]>"]
license = "AGPL"
Expand Down

0 comments on commit 128c5d1

Please sign in to comment.