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)