Skip to content

Commit

Permalink
chore(release): v0.21.0-pre.135
Browse files Browse the repository at this point in the history
  • Loading branch information
team-tf-cdk committed Nov 4, 2024
1 parent ed98187 commit 9f4ce7f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file removed cdktf/jsii/cdktf-0.21.0-pre.134.tgz
Binary file not shown.
Binary file added cdktf/jsii/cdktf-0.21.0-pre.135.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions cdktf/jsii/jsii.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
)

//go:embed cdktf-0.21.0-pre.134.tgz
//go:embed cdktf-0.21.0-pre.135.tgz
var tarball []byte

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

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

0 comments on commit 9f4ce7f

Please sign in to comment.