diff --git a/pwsh.json b/pwsh.json index 13f5d4b8f7..e2be91e198 100644 --- a/pwsh.json +++ b/pwsh.json @@ -1,15 +1,15 @@ { "homepage": "https://github.com/PowerShell/PowerShell", - "version": "6.1.3", + "version": "6.2.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.3/PowerShell-6.1.3-win-x64.zip", - "hash": "aa01a6f11c76bbd3786e274dd65f2c85ff28c08b2d778a5fc26127dfec5e67b3" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.0/PowerShell-6.2.0-win-x64.zip", + "hash": "c02af438d3bc8dc61815110c99189a694ed161e64c64a59b49ab01d945dfc73a" }, "32bit": { - "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.1.3/PowerShell-6.1.3-win-x86.zip", - "hash": "cfd192e833436c7252a14c07e6ff76427219f9be47521a984605079e8e18b01f" + "url": "https://github.com/PowerShell/PowerShell/releases/download/v6.2.0/PowerShell-6.2.0-win-x86.zip", + "hash": "dae9d3d2ad332a82312d2dafa398287670fb5cbb94128c80d422e1f3679f8eb2" } }, "bin": "pwsh.exe",