Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
fix: version is case sensitive (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skarlso authored Oct 30, 2023
1 parent 79d994c commit 1b257a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ builds:
binary: mpas
main: ./cmd/mpas
ldflags:
- -s -w -X main.VERSION={{ .Version }}
- -s -w -X main.Version={{ .Version }}
env:
- CGO_ENABLED=0
id: linux
Expand Down

0 comments on commit 1b257a0

Please sign in to comment.