We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de67222 commit 9e4e9b4Copy full SHA for 9e4e9b4
common/version/version.go
@@ -5,7 +5,7 @@ import (
5
"runtime/debug"
6
)
7
8
-var tag = "v4.5.28"
+var tag = "v4.5.29"
9
10
var commit = func() string {
11
if info, ok := debug.ReadBuildInfo(); ok {
0 commit comments