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 7c889fa commit d600991Copy full SHA for d600991
specs-go/version.go
@@ -22,10 +22,10 @@ const (
22
// VersionMinor is for functionality in a backwards-compatible manner
23
VersionMinor = 0
24
// VersionPatch is for backwards-compatible bug fixes
25
- VersionPatch = 0
+ VersionPatch = 1
26
27
// VersionDev indicates development branch. Releases will be empty string.
28
- VersionDev = "-dev"
+ VersionDev = ""
29
)
30
31
// Version is the specification version that the package types support.
0 commit comments