diff --git a/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go b/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go index 8c5b09ca89..dadcf1886e 100644 --- a/pkg/v1/tkg/tkgconfigpaths/zz_bundled_default_bom_files_configdata.go +++ b/pkg/v1/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.12.0" + TKGManagementClusterPluginVersion string = "v0.13.0-dev" )