diff --git a/cmd/version.go b/cmd/version.go index 1e3a6e8ae..760a634f5 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -21,7 +21,7 @@ import ( ) // Version describes the version for packaging -const Version = "0.2.0-beta1" +const Version = "0.2.0-beta2" // versionCmd represents the version command var versionCmd = &cobra.Command{