Skip to content

Commit 4e2b525

Browse files
chore(release): v2.69.52
1 parent 972f8f8 commit 4e2b525

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

cdk8s/jsii/cdk8s-2.69.51.tgz

-336 KB
Binary file not shown.

cdk8s/jsii/cdk8s-2.69.52.tgz

336 KB
Binary file not shown.

cdk8s/jsii/jsii.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
1313
)
1414

15-
//go:embed cdk8s-2.69.51.tgz
15+
//go:embed cdk8s-2.69.52.tgz
1616
var tarball []byte
1717

1818
// Initialize loads the necessary packages in the @jsii/kernel to support the enclosing module.
@@ -22,5 +22,5 @@ func Initialize() {
2222
constructs.Initialize()
2323

2424
// Load this library into the kernel
25-
_jsii_.Load("cdk8s", "2.69.51", tarball)
25+
_jsii_.Load("cdk8s", "2.69.52", tarball)
2626
}

cdk8s/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.69.51
1+
2.69.52

0 commit comments

Comments
 (0)