Skip to content

Commit 399c13d

Browse files
Merge 'publish/0.0.13' into 'main'
feat:v0.0.13 publish See merge request: !21
2 parents 983f356 + eb1e41e commit 399c13d

File tree

577 files changed

+127247
-6403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

577 files changed

+127247
-6403
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PULUMI_MISSING_DOCS_ERROR := false
1717

1818
# Override during CI using `make [TARGET] PROVIDER_VERSION=""` or by setting a PROVIDER_VERSION environment variable
1919
# Local & branch builds will just used this fixed default version unless specified
20-
PROVIDER_VERSION ?= 0.0.12
20+
PROVIDER_VERSION ?= 0.0.13
2121

2222
# Check version doesn't start with a "v" - this is a common mistake
2323
ifeq ($(shell echo $(PROVIDER_VERSION) | cut -c1),v)

0 commit comments

Comments
 (0)