Skip to content

Commit 60d87a4

Browse files
author
github-actions
committed
chore(release): v0.0.0
1 parent e2e370e commit 60d87a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cdkmonitoringconstructs/jsii/jsii.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
constructs "github.com/aws/constructs-go/constructs/v10/jsii"
1818
)
1919

20-
//go:embed cdk-monitoring-constructs-1.19.1.tgz
20+
//go:embed cdk-monitoring-constructs-0.0.0.tgz
2121
var tarball []byte
2222

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

3434
// Load this library into the kernel
35-
_jsii_.Load("cdk-monitoring-constructs", "1.19.1", tarball)
35+
_jsii_.Load("cdk-monitoring-constructs", "0.0.0", tarball)
3636
}

cdkmonitoringconstructs/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.19.1
1+
0.0.0

0 commit comments

Comments
 (0)