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.
1 parent b646dd9 commit 7eb5e28Copy full SHA for 7eb5e28
CHANGELOG.md
@@ -1,3 +1,4 @@
1
+## v3.21.0
2
* Fixed gtrace tool generation code style bug with leading spaces
3
* Removed accounting load factor (unused field) in balancers
4
* Enabled by default anonymous credentials
internal/meta/version.go
@@ -2,8 +2,8 @@ package meta
const (
VersionMajor = "3"
5
- VersionMinor = "20"
6
- VersionPatch = "2"
+ VersionMinor = "21"
+ VersionPatch = "0"
7
)
8
9
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch
0 commit comments