We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4524721 commit b070a2aCopy full SHA for b070a2a
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 = 0
+ VersionPatch = 1
12
13
// VersionDev indicates development branch. Releases will be empty string.
14
VersionDev = ""
0 commit comments