Skip to content

Commit

Permalink
sync version between Makefile & schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkrueck committed Apr 16, 2024
1 parent 67dd2ae commit 53ecd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.19
VERSION := v0.0.20

TESTPARALLELISM := 4

Expand Down
2 changes: 1 addition & 1 deletion 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.18",
"version": "v0.0.20",
"description": "A Pulumi package for creating and managing genesiscloud cloud resources.",
"keywords": ["pulumi", "genesiscloud", "category/cloud"],
"homepage": "https://www.pulumi.io",
Expand Down

0 comments on commit 53ecd3b

Please sign in to comment.