From 8822170d791e0e2b97d863e0214d4e634dc191be Mon Sep 17 00:00:00 2001 From: tutysara Date: Fri, 22 Jul 2016 01:51:18 +0530 Subject: [PATCH] changed to point to latest stable version files corresponding to 2.2 are not accessible, changed to point to latest stable version 2.61 --- Leiningen/tools/chocolateyInstall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Leiningen/tools/chocolateyInstall.ps1 b/Leiningen/tools/chocolateyInstall.ps1 index 0312de5..19f6082 100644 --- a/Leiningen/tools/chocolateyInstall.ps1 +++ b/Leiningen/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $package = 'Leiningen' -$version = '2.2.0' +$version = 'stable' try { $url = "https://raw.github.com/technomancy/leiningen/$version/bin/lein.bat"