Skip to content

Commit

Permalink
feat: CDK v2 feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stewart committed Feb 22, 2024
1 parent 353acb7 commit 32e3c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwcomponent/catalog.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 32e3c3f

Please sign in to comment.