Skip to content

Commit

Permalink
fix: version info
Browse files Browse the repository at this point in the history
  • Loading branch information
aorith committed May 31, 2024
1 parent d20e293 commit 8e5455d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ builds:
- linux
- darwin
ldflags:
- -X cmd.Version={{.Version}}
- -X cmd.Commit={{.Commit}}
- -X cmd.BuildTime={{.Date}}
- -X github.com/aorith/varnishlog-tui/cmd.Version={{.Version}}
- -X github.com/aorith/varnishlog-tui/cmd.Commit={{.Commit}}
- -X github.com/aorith/varnishlog-tui/cmd.BuildTime={{.Date}}
archives:
- format: tar.gz
id: varnishlog_tui
Expand Down

0 comments on commit 8e5455d

Please sign in to comment.