Skip to content

Commit

Permalink
Fix wrong version major version in goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ido50 committed Jun 28, 2024
1 parent dde1322 commit 61a9e78
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 @@ -6,7 +6,7 @@ builds:
ldflags:
- -s -w
- "-extldflags '-static'"
- -X 'github.com/gofireflyio/aiac/v4/libaiac.Version={{.Version}}'
- -X 'github.com/gofireflyio/aiac/v5/libaiac.Version={{.Version}}'
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 61a9e78

Please sign in to comment.