diff --git a/lwcomponent/catalog.go b/lwcomponent/catalog.go index bb5a7e5f7..76c3dce0c 100644 --- a/lwcomponent/catalog.go +++ b/lwcomponent/catalog.go @@ -16,7 +16,7 @@ import ( const ( componentCacheDir string = "components" cdkCacheName string = "cdk_cache" - featureFlag string = "PUBLIC.cdk.v1" + featureFlag string = "PUBLIC.cdk.v2" operatingSystem string = runtime.GOOS architecture string = runtime.GOARCH )