Skip to content

Commit

Permalink
Prepare release v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
skirsten committed Apr 19, 2024
1 parent f911f51 commit 78964d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VERSION_PATH := ${PROVIDER_PATH}/pkg/version.Version
TFGEN := pulumi-tfgen-${PACK}
PROVIDER := pulumi-resource-${PACK}

VERSION := v0.0.22
VERSION := v0.0.23

TESTPARALLELISM := 4

Expand Down
3 changes: 1 addition & 2 deletions provider/cmd/pulumi-resource-genesiscloud/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "genesiscloud",
"displayName": "Genesis Cloud",
"version": "v0.0.22",
"version": "v0.0.23",
"description": "A Pulumi package for creating and managing genesiscloud cloud resources.",
"keywords": ["pulumi", "genesiscloud", "category/cloud"],
"homepage": "https://www.pulumi.io",
Expand Down Expand Up @@ -1266,4 +1266,3 @@
}
}
}

0 comments on commit 78964d0

Please sign in to comment.