Skip to content

Commit

Permalink
Release 1.0.97
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Jul 20, 2018
1 parent a4cef8e commit 32bd4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GOTO :eof
where choco >$null 2>&1
IF NOT !errorlevel! EQU 0 (
ECHO Installing chocolatey...
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) >$null 2>&1" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
@powershell -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
CALL :CHECK_FAIL
)
GOTO :eof
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "local setup",
"version": "1.0.96",
"version": "1.0.97",
"private": true,
"dependencies": {},
"author": "rishabhtulsian"
Expand Down

0 comments on commit 32bd4b2

Please sign in to comment.