Skip to content

Commit

Permalink
Version v1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
STARRY-S committed Nov 22, 2024
1 parent f11b450 commit 5e2e801
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ builds:
- -extldflags -static
- -s -w
- -X github.com/cnrancher/hangar/pkg/utils.Version={{.Version}}
- -X github.com/cnrancher/hangar/pkg/utils.GitCommit={{.ShortCommit}}
binary: hangar

release:
Expand Down
4 changes: 2 additions & 2 deletions pkg/utils/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package utils

var (
Version = "unknow"
GitCommit = "head"
Version = "v1.8.7"
GitCommit = "HEAD"
)

0 comments on commit 5e2e801

Please sign in to comment.