diff --git a/cmd/version.go b/cmd/version.go index a263397..9ac7ca1 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -33,7 +33,7 @@ func version(commit string) string { const ( vMajor = 2 vMinor = 8 - vPatch = 6 + vPatch = 8 ) // versionCmd represents the version command