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 774abc0 + c4b25fd commit 32a3cb9Copy full SHA for 32a3cb9
specs-go/version.go
@@ -20,7 +20,7 @@ const (
20
// VersionMajor is for an API incompatible changes
21
VersionMajor = 0
22
// VersionMinor is for functionality in a backwards-compatible manner
23
- VersionMinor = 3
+ VersionMinor = 5
24
// VersionPatch is for backwards-compatible bug fixes
25
VersionPatch = 0
26
0 commit comments