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