Release 0.48.0

This commit is contained in:
vcaesar 2018-01-25 21:24:39 +08:00
parent ae548fca8f
commit 4cef045d73
2 changed files with 4 additions and 4 deletions

View File

@ -19,14 +19,14 @@ environment:
CC: gcc.exe CC: gcc.exe
matrix: matrix:
- GOARCH: amd64 - GOARCH: amd64
# GOVERSION: 1.9.2 # GOVERSION: 1.9.3
GETH_ARCH: amd64 GETH_ARCH: amd64
MSYS2_ARCH: x86_64 MSYS2_ARCH: x86_64
MSYS2_BITS: 64 MSYS2_BITS: 64
MSYSTEM: MINGW64 MSYSTEM: MINGW64
PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH% PATH: C:\msys64\mingw64\bin\;C:\Program Files (x86)\NSIS\;%PATH%
- GOARCH: 386 - GOARCH: 386
# GOVERSION: 1.9.2 # GOVERSION: 1.9.3
GETH_ARCH: 386 GETH_ARCH: 386
MSYS2_ARCH: i686 MSYS2_ARCH: i686
MSYS2_BITS: 32 MSYS2_BITS: 32
@ -34,7 +34,7 @@ environment:
PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH% PATH: C:\msys64\mingw32\bin\;C:\Program Files (x86)\NSIS\;%PATH%
# - COMPILER: MINGW_W64 # - COMPILER: MINGW_W64
# ARCHITECTURE: x64 # ARCHITECTURE: x64
GOVERSION: 1.9.2 GOVERSION: 1.9.3
GOPATH: c:\gopath GOPATH: c:\gopath
# scripts that run after cloning repository # scripts that run after cloning repository

View File

@ -63,7 +63,7 @@ import (
) )
const ( const (
version string = "v0.47.0.491, Mount Cook!" version string = "v0.48.0.494, Mount Cook!"
) )
type ( type (