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 7f64331 commit 26b43c4Copy full SHA for 26b43c4
version/version.go
@@ -25,7 +25,7 @@ const (
25
VersionPatch = 0
26
27
// VersionDev indicates development branch. Releases will be empty string.
28
- VersionDev = "-rc1"
+ VersionDev = "-rc1-dev"
29
)
30
31
// Version is the specification version that the package types support.
0 commit comments