Skip to content

Commit

Permalink
chore: Freeze for 3.51.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kpitzen committed Jan 4, 2023
1 parent 4e35b4b commit 728dfd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.50.3
3.51.0
2 changes: 1 addition & 1 deletion scripts/get-language-providers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ download_release() {
}

# shellcheck disable=SC2043
for i in "github.com/pulumi/pulumi-java java" "github.com/pulumi/pulumi-yaml yaml" "github.com/pulumi/pulumi-dotnet dotnet v3.50.0"; do
for i in "github.com/pulumi/pulumi-java java" "github.com/pulumi/pulumi-yaml yaml" "github.com/pulumi/pulumi-dotnet dotnet v3.51.0"; do
set -- $i # treat strings in loop as args
REPO="$1"
PULUMI_LANG="$2"
Expand Down

0 comments on commit 728dfd1

Please sign in to comment.