We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547308d commit 0f403a3Copy full SHA for 0f403a3
2 files changed
.goreleaser.yaml
@@ -10,8 +10,6 @@ builds:
10
goarch:
11
- amd64
12
- arm64
13
- ldflags:
14
- - -X 'github.com/pubgo/protobuild/version.Version={{ .Version }}'
15
- main: ./cmd/protoc-gen-retag/main.go
16
id: protoc-gen-retag
17
binary: protoc-gen-retag
version/version.go
@@ -1,16 +1,3 @@
1
package version
2
3
-import (
4
- ver "github.com/hashicorp/go-version"
5
- "github.com/pubgo/funk/assert"
6
-)
7
-
8
-var Version = "v0.0.20"
9
-func init() {
- if Version == "" {
- Version = "v0.0.1-dev"
- }
- assert.Exit1(ver.NewVersion(Version))
-}
+var Version = "v0.0.29"
0 commit comments