We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27594a1 commit 38cc718Copy full SHA for 38cc718
version/version.go
@@ -6,7 +6,7 @@ import (
6
"sync"
7
)
8
9
-const Version = "5.6.5"
+const Version = "5.7.0"
10
11
var (
12
vsnOnce sync.Once
0 commit comments