aboutsummaryrefslogtreecommitdiff
path: root/scripts/bootstrap.ps1
diff options
context:
space:
mode:
authorBilly O'Neal <bion@microsoft.com>2021-07-21 14:31:51 -0700
committerGitHub <noreply@github.com>2021-07-21 14:31:51 -0700
commitd417ae59d6e9aa20d9f812b5deb966645c54687d (patch)
tree36f031aa3b6b72f6c6fc63b3856f0516a3acf473 /scripts/bootstrap.ps1
parent3c82e1931ea375fd48fcfb42af09990798ee6489 (diff)
downloadvcpkg-d417ae59d6e9aa20d9f812b5deb966645c54687d.tar.gz
vcpkg-d417ae59d6e9aa20d9f812b5deb966645c54687d.zip
[vcpkg] Bump version to 2021-07-21 (#19045)
Diffstat (limited to 'scripts/bootstrap.ps1')
-rw-r--r--scripts/bootstrap.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bootstrap.ps1 b/scripts/bootstrap.ps1
index e1858130a..aaaa70441 100644
--- a/scripts/bootstrap.ps1
+++ b/scripts/bootstrap.ps1
@@ -45,7 +45,7 @@ while (!($vcpkgRootDir -eq "") -and !(Test-Path "$vcpkgRootDir\.vcpkg-root"))
Write-Verbose "Examining $vcpkgRootDir for .vcpkg-root - Found"
-& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-07-16/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
+& "$scriptsDir/tls12-download.exe" github.com "/microsoft/vcpkg-tool/releases/download/2021-07-21/vcpkg.exe" "$vcpkgRootDir\vcpkg.exe"
Write-Host ""
if ($LASTEXITCODE -ne 0)