From c4c2d0cfe02b6428722c568f9e02afc05211d79a Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Mon, 25 Jul 2016 10:04:42 +0200 Subject: [PATCH] Golo 3.2.0-M3 --- tools/chocolateyInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index dcc5110..e4b6452 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ try { $binRoot = Get-BinRoot $installDir = Join-Path $binRoot $package Write-Host "Adding `'$installDir`' to the path and the current shell path" - $zipUrl = 'https://bintray.com/artifact/download/golo-lang/downloads/golo-3.2.0-M2.zip' + $zipUrl = 'https://bintray.com/artifact/download/golo-lang/downloads/golo-3.2.0-M3.zip' Install-ChocolateyZipPackage 'golo' "$zipUrl" "$binRoot"