提交 5a235cad 编写于 作者: C Corey Butler

Version bump to support mirror fixes and rollback support.

上级 3dd9ec34
......@@ -4,7 +4,7 @@ SET ORIG=%CD%
REM SET GOPATH=%CD%\src
SET GOBIN=%CD%\bin
SET GOARCH=386
SET version=1.1.2
SET version=1.1.3
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
......
#define MyAppName "NVM for Windows"
#define MyAppShortName "nvm"
#define MyAppLCShortName "nvm"
#define MyAppVersion "1.1.1"
#define MyAppVersion "1.1.3"
#define MyAppPublisher "Ecor Ventures LLC"
#define MyAppURL "http://github.com/coreybutler/nvm"
#define MyAppExeName "nvm.exe"
......
......@@ -16,7 +16,7 @@ import (
)
const (
NvmVersion = "1.1.2"
NvmVersion = "1.1.3"
)
type Environment struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册