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