Skip to content

Commit

Permalink
v3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed May 1, 2021
1 parent 4d7b08d commit 3130477
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 @@ -50,7 +50,7 @@ var (
CLOUD_GOX string
COMMIT string
LABEL = `dev` //beta/alpha/stable
VERSION = `3.4.3`
VERSION = `3.4.4`
PACKAGE = `free`

schemaVer = version.DBSCHEMA //数据表结构版本
Expand Down
2 changes: 1 addition & 1 deletion nging-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

osname=`uname -s`
arch=`uname -m`
version="3.4.2"
version="3.4.3"

if [ "$2" != "" ] && [ "$2" != "-" ]; then
version="$2"
Expand Down
2 changes: 1 addition & 1 deletion tool/inc-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export PKGPATH=github.com/admpub/nging
export ENTRYDIR=${GOPATH}/src
export WORKDIR=${PWD}

export NGING_VERSION="3.4.2"
export NGING_VERSION="3.4.3"
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 3130477

Please sign in to comment.