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 d1c4a10 + 54ab034 commit 144d945Copy full SHA for 144d945
version/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 = 1
+ VersionMinor = 2
24
// VersionPatch is for backwards-compatible bug fixes
25
VersionPatch = 0
26
0 commit comments