Skip to content

Commit 7eb5e28

Browse files
author
robot
committed
Release v3.21.0
1 parent b646dd9 commit 7eb5e28

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## v3.21.0
12
* Fixed gtrace tool generation code style bug with leading spaces
23
* Removed accounting load factor (unused field) in balancers
34
* Enabled by default anonymous credentials

internal/meta/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package meta
22

33
const (
44
VersionMajor = "3"
5-
VersionMinor = "20"
6-
VersionPatch = "2"
5+
VersionMinor = "21"
6+
VersionPatch = "0"
77
)
88

99
const Version = VersionMajor + "." + VersionMinor + "." + VersionPatch

0 commit comments

Comments
 (0)