Skip to content

Commit

Permalink
chore(release): v2.69.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cdk8s-automation committed Nov 23, 2024
1 parent 3c1d154 commit cb7321c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed cdk8s/jsii/cdk8s-2.69.18.tgz
Binary file not shown.
Binary file added cdk8s/jsii/cdk8s-2.69.19.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions cdk8s/jsii/jsii.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
)

//go:embed cdk8s-2.69.18.tgz
//go:embed cdk8s-2.69.19.tgz
var tarball []byte

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

// Load this library into the kernel
_jsii_.Load("cdk8s", "2.69.18", tarball)
_jsii_.Load("cdk8s", "2.69.19", tarball)
}
2 changes: 1 addition & 1 deletion cdk8s/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.69.18
2.69.19

0 comments on commit cb7321c

Please sign in to comment.