We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d424ef commit cadf8ddCopy full SHA for cadf8dd
cmd/version.go
@@ -33,7 +33,7 @@ func version(commit string) string {
33
const (
34
vMajor = 2
35
vMinor = 8
36
- vPatch = 5
+ vPatch = 10
37
)
38
39
// versionCmd represents the version command
0 commit comments