From 50b867af14504e85649953de09a2dc1d8fb31343 Mon Sep 17 00:00:00 2001 From: Brandon Kalinowski Date: Mon, 8 Dec 2025 14:51:55 -0500 Subject: [PATCH] fix: provider version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 55101df..3c9cafa 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ PULUMI_MISSING_DOCS_ERROR := false # Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable # Local & branch builds will just used this fixed default version unless specified -PROVIDER_VERSION ?= 1.0.0-alpha.0+dev +PROVIDER_VERSION ?= 1.0.1 # Check version doesn't start with a "v" - this is a common mistake ifeq ($(shell echo $(PROVIDER_VERSION) | cut -c1),v)