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