We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fb783 commit 6c2b5faCopy full SHA for 6c2b5fa
specs-go/version.go
@@ -25,7 +25,7 @@ const (
25
VersionPatch = 0
26
27
// VersionDev indicates development branch. Releases will be empty string.
28
- VersionDev = "-rc.5+dev"
+ VersionDev = "-rc.6"
29
)
30
31
// Version is the specification version that the package types support.
0 commit comments