Skip to content

Commit c844c5a

Browse files
committed
Fix variable name
1 parent 5683c2a commit c844c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ builds:
66
ldflags:
77
- -s -w
88
- "-extldflags '-static'"
9-
- -X version.version={{.Version}}
9+
- -X version.Version={{.Version}}
1010
env:
1111
- CGO_ENABLED=0
1212
goos:
@@ -44,4 +44,4 @@ archives:
4444
name_template: "{{.ProjectName}}_{{.Version}}_{{.Os}}-{{.Arch}}"
4545
files:
4646
- README.md
47-
- LICENSE
47+
- LICENSE

0 commit comments

Comments
 (0)