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.
2 parents 1152fb3 + 5e5bda9 commit 4e18153Copy full SHA for 4e18153
common/version/version.go
@@ -5,7 +5,7 @@ import (
5
"runtime/debug"
6
)
7
8
-var tag = "v4.5.37"
+var tag = "v4.5.38"
9
10
var commit = func() string {
11
if info, ok := debug.ReadBuildInfo(); ok {
0 commit comments