Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Dec 1, 2019
1 parent 4ba71ce commit 742239b
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.1.0"
set NGING_VERSION="2.1.1"
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/inc-version.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export NGING_VERSION="2.1.0"
export NGING_VERSION="2.1.1"
export NGING_BUILD=`date +%Y%m%d%H%M%S`
export NGING_COMMIT=`git rev-parse HEAD`
export NGING_LABEL="stable"

0 comments on commit 742239b

Please sign in to comment.