We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4c26e commit 44ce03eCopy full SHA for 44ce03e
version/version.go
@@ -8,7 +8,7 @@ const (
8
// VersionMinor is for functionality in a backwards-compatible manner
9
VersionMinor = 33
10
// VersionPatch is for backwards-compatible bug fixes
11
- VersionPatch = 0
+ VersionPatch = 1
12
13
// VersionDev indicates development branch. Releases will be empty string.
14
VersionDev = ""
0 commit comments