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 4ac7a0b + 95bed23 commit b76b344Copy full SHA for b76b344
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 = 1
+ VersionPatch = 0
26
27
// VersionDev indicates development branch. Releases will be empty string.
28
VersionDev = "-dev"
0 commit comments