Skip to content

Commit e056683

Browse files
committed
beta6
1 parent 10be5e6 commit e056683

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var (
4444
BUILD_TIME string
4545
CLOUD_GOX string
4646
COMMIT string
47-
LABEL = `beta5` //beta/alpha/stable
47+
LABEL = `dev` //beta/alpha/stable
4848
VERSION = `2.0.0`
4949

5050
version string

tool/build-all-platform.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd tool
77
export NGING_VERSION="2.0.0"
88
export NGING_BUILD=`date +%Y%m%d%H%M%S`
99
export NGING_COMMIT=`git rev-parse HEAD`
10-
export NGING_LABEL="beta5"
10+
export NGING_LABEL="beta6"
1111

1212
export NGINGEX=
1313
export BUILDTAGS=" official"

tool/build-by-xgo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd tool
88
export NGING_VERSION="2.0.0"
99
export NGING_BUILD=`date +%Y%m%d%H%M%S`
1010
export NGING_COMMIT=`git rev-parse HEAD`
11-
export NGING_LABEL="beta5"
11+
export NGING_LABEL="beta6"
1212

1313
export NGINGEX=
1414
export BUILDTAGS=" official zbar"

0 commit comments

Comments
 (0)