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.
2 parents 199b07a + 5d055a4 commit e67f056Copy full SHA for e67f056
specs-go/version.go
@@ -20,9 +20,9 @@ const (
20
// VersionMajor is for an API incompatible changes
21
VersionMajor = 1
22
// VersionMinor is for functionality in a backwards-compatible manner
23
- VersionMinor = 0
+ VersionMinor = 1
24
// VersionPatch is for backwards-compatible bug fixes
25
- VersionPatch = 2
+ VersionPatch = 0
26
27
// VersionDev indicates development branch. Releases will be empty string.
28
VersionDev = "-dev"
0 commit comments