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 f790b68 commit 3e013c2Copy full SHA for 3e013c2
specs-go/version.go
@@ -6,12 +6,12 @@ const (
6
// VersionMajor is for an API incompatible changes
7
VersionMajor = 1
8
// VersionMinor is for functionality in a backwards-compatible manner
9
- VersionMinor = 0
+ VersionMinor = 1
10
// VersionPatch is for backwards-compatible bug fixes
11
- VersionPatch = 2
+ VersionPatch = 0
12
13
// VersionDev indicates development branch. Releases will be empty string.
14
- VersionDev = "-dev"
+ VersionDev = "-rc.1"
15
)
16
17
// Version is the specification version that the package types support.
0 commit comments