diff --git a/cmd/version.go b/cmd/version.go index 65ed381df5..46a6cb50e6 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const version = "v0.8.5" +const version = "v0.8.6" var versionCmd = &cobra.Command{ Use: "version",