Skip to content

Commit 52229af

Browse files
committed
bump version 2.0.4
1 parent 2aa1ba4 commit 52229af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tool/build-all-platform.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd tool
77
set time_hh=%time:~0,2%
88
if /i %time_hh% LSS 10 (set time_hh=0%time:~1,1%)
99

10-
set NGING_VERSION="2.0.3"
10+
set NGING_VERSION="2.0.4"
1111
set NGING_BUILD=%date:~,4%%date:~5,2%%date:~8,2%%time_hh%%time:~3,2%%time:~6,2%
1212
set NGING_COMMIT=
1313
for /F %%i in ('git rev-parse HEAD') do ( set NGING_COMMIT=%%i)

tool/build-all-platform.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source ${PWD}/install-archiver.sh
22
cd ..
33
go generate
44
cd tool
5-
export NGING_VERSION="2.0.3"
5+
export NGING_VERSION="2.0.4"
66
export NGING_BUILD=`date +%Y%m%d%H%M%S`
77
export NGING_COMMIT=`git rev-parse HEAD`
88
export NGING_LABEL="stable"

0 commit comments

Comments
 (0)