diff --git a/cmd/version.go b/cmd/version.go index 93ac2c4742..1e4d746155 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const version = "v0.8.18" +const version = "v0.8.19" var versionCmd = &cobra.Command{ Use: "version", diff --git a/go.mod b/go.mod index 02993f964d..74de996ba3 100644 --- a/go.mod +++ b/go.mod @@ -279,7 +279,7 @@ require ( github.com/mattn/go-isatty v0.0.10 // indirect github.com/mitchellh/cli v1.1.2 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect - github.com/mitchellh/go-homedir v1.1.0 // indirect + github.com/mitchellh/go-homedir v1.1.0 github.com/mitchellh/go-testing-interface v1.0.4 // indirect github.com/mitchellh/go-wordwrap v1.0.0 // indirect github.com/mitchellh/hashstructure v1.0.0 // indirect