diff --git a/cli/runtime/version/zz_generated_plugin_runtime_version.go b/cli/runtime/version/zz_generated_plugin_runtime_version.go index a2503a8fc9..c4790e60ed 100644 --- a/cli/runtime/version/zz_generated_plugin_runtime_version.go +++ b/cli/runtime/version/zz_generated_plugin_runtime_version.go @@ -11,5 +11,5 @@ package version // All the variables are set during build time // Note: Please !!DO NOT!!! change the name or remove this variable var ( - Version string = "v0.28.0-dev" + Version string = "v0.30.0-dev" ) diff --git a/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go b/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go index 954ca7c141..ade0473183 100644 --- a/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go +++ b/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go @@ -12,5 +12,5 @@ package tkgconfigpaths var ( TKGDefaultImageRepo string = "projects-stg.registry.vmware.com/tkg" TKGDefaultCompatibilityImagePath string = "framework-zshippable/tkg-compatibility" - TKGManagementClusterPluginVersion string = "v0.29.0-dev" + TKGManagementClusterPluginVersion string = "v0.30.0-dev" )