Skip to content

Commit

Permalink
bump version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Aug 14, 2019
1 parent 2aa1ba4 commit 52229af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tool/build-all-platform.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd tool
set time_hh=%time:~0,2%
if /i %time_hh% LSS 10 (set time_hh=0%time:~1,1%)

set NGING_VERSION="2.0.3"
set NGING_VERSION="2.0.4"
set NGING_BUILD=%date:~,4%%date:~5,2%%date:~8,2%%time_hh%%time:~3,2%%time:~6,2%
set NGING_COMMIT=
for /F %%i in ('git rev-parse HEAD') do ( set NGING_COMMIT=%%i)
Expand Down
2 changes: 1 addition & 1 deletion tool/build-all-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source ${PWD}/install-archiver.sh
cd ..
go generate
cd tool
export NGING_VERSION="2.0.3"
export NGING_VERSION="2.0.4"
export NGING_BUILD=`date +%Y%m%d%H%M%S`
export NGING_COMMIT=`git rev-parse HEAD`
export NGING_LABEL="stable"
Expand Down

0 comments on commit 52229af

Please sign in to comment.