Skip to content

Commit

Permalink
Merge #11763
Browse files Browse the repository at this point in the history
11763: ci: Freeze for 3.51.0 release r=kpitzen a=kpitzen

Bumps minor version for release.

Co-authored-by: Kyle Pitzen <kpitzen@pulumi.com>
  • Loading branch information
bors[bot] and kpitzen committed Jan 4, 2023
2 parents 4e35b4b + 728dfd1 commit b2bc558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
@@ -1 +1 @@
3.50.3
3.51.0
2 changes: 1 addition & 1 deletion scripts/get-language-providers.sh
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 b2bc558

Please sign in to comment.