diff --git a/pkg/cmd/version.go b/pkg/cmd/version.go index 0e965af3..6c837f1b 100644 --- a/pkg/cmd/version.go +++ b/pkg/cmd/version.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "0.20.0" + Version = "0.21.0" ) type VersionOptions struct{}