Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit 6c9bb3c

Browse files
committed
fix build version
1 parent dd98b72 commit 6c9bb3c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.goreleaser.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ builds:
66
ldflags: |-
77
-s
88
-w
9-
-X github.com/malice-plugins/get-mauled/version.Version={{.Version}}
10-
-X github.com/malice-plugins/get-mauled/version.BuildTime={{.Date}}
11-
-X github.com/malice-plugins/get-mauled/version.GitCommit={{.Commit}}
9+
-X github.com/malice-plugins/get-mauled/Version={{.Version}}
10+
-X github.com/malice-plugins/get-mauled/BuildTime={{.Date}}
1211
archive:
1312
replacements:
1413
darwin: Darwin

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.3
1+
v0.1.4

0 commit comments

Comments
 (0)