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