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 dcdcb7f commit 67d2d56Copy full SHA for 67d2d56
specs-go/version.go
@@ -22,7 +22,7 @@ const (
22
// VersionMinor is for functionality in a backwards-compatible manner
23
VersionMinor = 0
24
// VersionPatch is for backwards-compatible bug fixes
25
- VersionPatch = 1
+ VersionPatch = 2
26
27
// VersionDev indicates development branch. Releases will be empty string.
28
VersionDev = ""
0 commit comments