Skip to content

Commit

Permalink
Do not use prerelease version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
guineveresaenger committed May 20, 2024
1 parent 0aa478d commit d25c1da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PULUMI_CONVERT := 1

# 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 ?= 4.0.0-alpha.0+dev
PROVIDER_VERSION = 4.0.0
# Use this normalised version everywhere rather than the raw input to ensure consistency.
VERSION_GENERIC = $(shell pulumictl convert-version --language generic --version "$(PROVIDER_VERSION)")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To use from Python, install using `pip`:

To use from Go, use `go get` to grab the latest version of the library

$ go get github.com/pulumi/pulumi-openstack/sdk/v3
$ go get github.com/pulumi/pulumi-openstack/sdk/v4

### .NET

Expand Down
2 changes: 1 addition & 1 deletion sdk/python/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d25c1da

Please sign in to comment.