We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54f948c commit a5b4da4Copy full SHA for a5b4da4
specs-go/version.go
@@ -11,7 +11,7 @@ const (
11
VersionPatch = 0
12
13
// VersionDev indicates development branch. Releases will be empty string.
14
- VersionDev = "-rc.1-dev"
+ VersionDev = "-rc.2"
15
)
16
17
// Version is the specification version that the package types support.
0 commit comments