Skip to content

Commit

Permalink
fix version in go releaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
kishaningithub committed May 15, 2023
1 parent d397ebe commit 24d8260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ builds:
- main: ./cmd
binary: rdapp
ldflags:
- -X github.com/kishaningithub/rdapp/cmd.Version={{.Version}}
- -X main.Version={{.Version}}
goos:
- windows
- darwin
Expand Down

0 comments on commit 24d8260

Please sign in to comment.