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