From 53ecd3badbc1cf91338e51427102f51ad39e402a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Kr=C3=BCck?= Date: Tue, 16 Apr 2024 15:23:50 +0700 Subject: [PATCH] sync version between Makefile & schema.json --- Makefile | 2 +- provider/cmd/pulumi-resource-genesiscloud/schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 80801b3..ed60230 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/provider/cmd/pulumi-resource-genesiscloud/schema.json b/provider/cmd/pulumi-resource-genesiscloud/schema.json index 0c8fc89..fecd3c0 100644 --- a/provider/cmd/pulumi-resource-genesiscloud/schema.json +++ b/provider/cmd/pulumi-resource-genesiscloud/schema.json @@ -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",