Skip to content

Commit e5c9a58

Browse files
committed
fix: version fixes
1 parent bf6605a commit e5c9a58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ builds:
99
- -mod=vendor
1010
- -v
1111
ldflags:
12-
- -X github.com/hostinger/api-cli/utils/version.Build={{ .ShortCommit }}
13-
- -X github.com/hostinger/api-cli/utils/version.Major={{ .Major }}
14-
- -X github.com/hostinger/api-cli/utils/version.Minor={{ .Minor }}
15-
- -X github.com/hostinger/api-cli/utils/version.Patch={{ .Patch }}
12+
- -X github.com/hostinger/api-cli/utils.Build={{ .ShortCommit }}
13+
- -X github.com/hostinger/api-cli/utils.Major={{ .Major }}
14+
- -X github.com/hostinger/api-cli/utils.Minor={{ .Minor }}
15+
- -X github.com/hostinger/api-cli/utils.Patch={{ .Patch }}
1616
goos:
1717
- windows
1818
- darwin

0 commit comments

Comments
 (0)