From 00139c8f1923adfc70e0ac59fbe28667448723ea Mon Sep 17 00:00:00 2001 From: b-dur Date: Mon, 16 Apr 2018 23:34:25 +0200 Subject: [PATCH] Update patch version --- .github/ISSUE_TEMPLATE | 1 + build.bat | 2 +- nvm.iss | 2 +- src/nvm.go | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 05a71b5..4e98fd9 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -17,6 +17,7 @@ If this is an issue regarding antivirus, make sure you search the existing issue ### I'm using NVM4W version: +- [ ] 1.1.7 - [ ] 1.1.6 - [ ] 1.1.5 - [ ] 1.1.4 diff --git a/build.bat b/build.bat index adcc271..cff87b5 100644 --- a/build.bat +++ b/build.bat @@ -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 diff --git a/nvm.iss b/nvm.iss index 62924ea..daa6642 100644 --- a/nvm.iss +++ b/nvm.iss @@ -1,7 +1,7 @@ #define MyAppName "NVM for Windows" #define MyAppShortName "nvm" #define MyAppLCShortName "nvm" -#define MyAppVersion "1.1.6" +#define MyAppVersion "1.1.7" #define MyAppPublisher "Ecor Ventures LLC" #define MyAppURL "http://github.com/coreybutler/nvm" #define MyAppExeName "nvm.exe" diff --git a/src/nvm.go b/src/nvm.go index af5e958..84d2f86 100644 --- a/src/nvm.go +++ b/src/nvm.go @@ -19,7 +19,7 @@ import ( ) const ( - NvmVersion = "1.1.6" + NvmVersion = "1.1.7" ) type Environment struct {