Release Beta4.

This commit is contained in:
zicla
2019-05-20 03:12:42 +08:00
parent b7a81e0dce
commit cf847d44d7
43 changed files with 173 additions and 119 deletions

View File

@ -11,7 +11,7 @@
@REM prepare the variables.
@REM version name
SET VERSION_NAME=tank-3.0.0.beta3
SET VERSION_NAME=tank-3.0.0.beta4
@REM assign variable like Linux GOARCH=$(go env GOARCH) eg. amd64
FOR /f %%i IN ('go env GOARCH') DO SET GOARCH=%%i
ECHO GOARCH: %GOARCH%

View File

@ -9,7 +9,7 @@
#prepare the variables.
# version name
VERSION_NAME=tank-3.0.0.beta3
VERSION_NAME=tank-3.0.0.beta4
echo "VERSION_NAME: ${VERSION_NAME}"
# eg. amd64
GOARCH=$(go env GOARCH)