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 61a5e7a commit 88fd21bCopy full SHA for 88fd21b
internal/version.go
@@ -17,7 +17,7 @@ package internal
17
//nolint:gochecknoglobals
18
var (
19
// NB: These are vars instead of consts so they can be changed via -X ldflags.
20
- buildVersion = "v1.0.0-rc1-dev"
+ buildVersion = "v1.0.0-rc1"
21
buildVersionSuffix = ""
22
23
// Version is the version to report from all binaries.
0 commit comments