Skip to content

Commit

Permalink
improved
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Jun 21, 2020
1 parent d8df12c commit 811ab31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var (
CLOUD_GOX string
COMMIT string
LABEL = `dev` //beta/alpha/stable
VERSION = `2.2.1`
VERSION = `2.2.2`

version string
schemaVer = 3.3 //数据表结构版本
Expand Down
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.2.1"
set NGING_VERSION="2.2.2"
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.2.1"
export NGING_VERSION="2.2.2"
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 811ab31

Please sign in to comment.