Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Apr 7, 2021
1 parent 3a711be commit 3d985cc
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 @@ -48,7 +48,7 @@ var (
CLOUD_GOX string
COMMIT string
LABEL = `dev` //beta/alpha/stable
VERSION = `3.2.3`
VERSION = `3.2.4`
PACKAGE = `free`

schemaVer = 3.9 //数据表结构版本
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.2.2"
version="3.2.3"
url="https://img.nging.coscms.com/nging/v${version}/"

case "$arch" in
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.2.2"
export NGING_VERSION="3.2.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 3d985cc

Please sign in to comment.