diff --git a/cmd/version.go b/cmd/version.go index 67d855b..e55a4e7 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -33,7 +33,7 @@ func version(commit string) string { const ( vMajor = 2 vMinor = 6 - vPatch = 18 + vPatch = 19 ) // versionCmd represents the version command