Skip to content

Commit

Permalink
fix: add 'v' prefix to version
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jul 21, 2024
1 parent dc45f32 commit b16c041
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 @@ -11,7 +11,7 @@ builds:
flags:
- '-trimpath'
ldflags:
- '-X github.com/hacdias/webdav/v4/cmd.version={{.Version}}'
- '-X github.com/hacdias/webdav/v4/cmd.version=v{{.Version}}'
goos:
- darwin
- linux
Expand Down

0 comments on commit b16c041

Please sign in to comment.