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 eeddb23 commit a139cc4Copy full SHA for a139cc4
specs-go/version.go
@@ -22,10 +22,10 @@ const (
22
// VersionMinor is for functionality in a backwards-compatible manner
23
VersionMinor = 1
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