Updated URLs to support npm >= 6.2.0. Applied several PR's. Bumped to v1.1.7

This commit is contained in:
Corey Butler
2018-08-01 23:45:30 -05:00
parent 476e11d117
commit 256d69427b
4 changed files with 30 additions and 14 deletions

View File

@@ -4,7 +4,7 @@ SET ORIG=%CD%
REM SET GOPATH=%CD%\src
SET GOBIN=%CD%\bin
SET GOARCH=386
SET version=1.1.6
SET version=1.1.7
REM Get the version number from the setup file
REM for /f "tokens=*" %%i in ('findstr /n . %INNOSETUP% ^| findstr ^4:#define') do set L=%%i