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 a44af00 + 220bc55 commit 126c1bcCopy full SHA for 126c1bc
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 = 0
+ VersionMinor = 1
24
// VersionPatch is for backwards-compatible bug fixes
25
VersionPatch = 0
26
0 commit comments