Skip to content

Commit

Permalink
chore(release): v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 1, 2024
1 parent 13bf5b6 commit 1a866b0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions p6cdkgharole/jsii/jsii.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
)

//go:embed p6-cdk-gha-role-0.1.0.tgz
//go:embed p6-cdk-gha-role-0.1.1.tgz
var tarball []byte

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

// Load this library into the kernel
_jsii_.Load("p6-cdk-gha-role", "0.1.0", tarball)
_jsii_.Load("p6-cdk-gha-role", "0.1.1", tarball)
}
Binary file removed p6cdkgharole/jsii/p6-cdk-gha-role-0.1.0.tgz
Binary file not shown.
Binary file added p6cdkgharole/jsii/p6-cdk-gha-role-0.1.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion p6cdkgharole/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1

0 comments on commit 1a866b0

Please sign in to comment.