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 cf8dd12 + 346a898 commit 4e3c1c3Copy full SHA for 4e3c1c3
version.go
@@ -6,7 +6,7 @@ const (
6
// VersionMajor is for an API incompatible changes
7
VersionMajor = 0
8
// VersionMinor is for functionality in a backwards-compatible manner
9
- VersionMinor = 2
+ VersionMinor = 2
10
// VersionPatch is for backwards-compatible bug fixes
11
VersionPatch = 0
12
)
0 commit comments