We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20543fd commit b456507Copy full SHA for b456507
2 files changed
.goreleaser.yaml
@@ -14,8 +14,8 @@ builds:
14
goarch:
15
- amd64
16
- arm64
17
+ dir: ./cmd/jzero
18
id: jzero
- main: ./cmd/jzero
19
binary: jzero
20
21
archives:
cmd/jzero/main.go
@@ -52,7 +52,7 @@ var (
52
53
// ldflags
54
var (
55
- Version = "0.38.0-beta3"
+ Version = "0.39.0-alpha"
56
Commit string
57
Date string
58
)
0 commit comments