Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 26, 2023
1 parent 892250f commit 2bbfc24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cdknextjsexports3dynamicrouting/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 cdk-nextjs-export-s3-dynamic-routing-0.0.0.tgz
//go:embed cdk-nextjs-export-s3-dynamic-routing-1.2.0.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("cdk-nextjs-export-s3-dynamic-routing", "0.0.0", tarball)
_jsii_.Load("cdk-nextjs-export-s3-dynamic-routing", "1.2.0", tarball)
}
2 changes: 1 addition & 1 deletion cdknextjsexports3dynamicrouting/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
1.2.0

0 comments on commit 2bbfc24

Please sign in to comment.