From 494d7f506f392c44d517b054f93b2119c925831b Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Thu, 23 Oct 2014 14:12:25 -0500 Subject: [PATCH] Version bump --- nvm.iss | 2 +- src/nvm.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nvm.iss b/nvm.iss index 7f2ebec6..a7077fae 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.0.5" +#define MyAppVersion "1.0.6" #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 6f036cc8..b8885757 100644 --- a/src/nvm.go +++ b/src/nvm.go @@ -18,7 +18,7 @@ import ( ) const ( - NvmVersion = "1.0.5" + NvmVersion = "1.0.6" ) type Environment struct {