Skip to content

Commit 0f403a3

Browse files
committed
fix: barry quick fix, 2025-07-31 21:33:21
1 parent 547308d commit 0f403a3

2 files changed

Lines changed: 1 addition & 16 deletions

File tree

.goreleaser.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ builds:
1010
goarch:
1111
- amd64
1212
- arm64
13-
ldflags:
14-
- -X 'github.com/pubgo/protobuild/version.Version={{ .Version }}'
1513
- main: ./cmd/protoc-gen-retag/main.go
1614
id: protoc-gen-retag
1715
binary: protoc-gen-retag

version/version.go

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
package version
22

3-
import (
4-
ver "github.com/hashicorp/go-version"
5-
"github.com/pubgo/funk/assert"
6-
)
7-
8-
var Version = "v0.0.20"
9-
10-
func init() {
11-
if Version == "" {
12-
Version = "v0.0.1-dev"
13-
}
14-
15-
assert.Exit1(ver.NewVersion(Version))
16-
}
3+
var Version = "v0.0.29"

0 commit comments

Comments
 (0)