Skip to content

Commit

Permalink
beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Jun 9, 2019
1 parent 90cfa79 commit 43d2b37
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 @@ -44,7 +44,7 @@ var (
BUILD_TIME string
CLOUD_GOX string
COMMIT string
LABEL = `beta4` //beta/alpha/stable
LABEL = `beta5` //beta/alpha/stable
VERSION = `2.0.0`

version string
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 @@ -7,7 +7,7 @@ cd tool
export NGING_VERSION="2.0.0"
export NGING_BUILD=`date +%Y%m%d%H%M%S`
export NGING_COMMIT=`git rev-parse HEAD`
export NGING_LABEL="beta4"
export NGING_LABEL="beta5"

export NGINGEX=
export BUILDTAGS=" official"
Expand Down
2 changes: 1 addition & 1 deletion tool/build-by-xgo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd tool
export NGING_VERSION="2.0.0"
export NGING_BUILD=`date +%Y%m%d%H%M%S`
export NGING_COMMIT=`git rev-parse HEAD`
export NGING_LABEL="beta"
export NGING_LABEL="beta5"

export NGINGEX=
export BUILDTAGS=" official zbar"
Expand Down

0 comments on commit 43d2b37

Please sign in to comment.