Skip to content

Commit

Permalink
v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Nov 29, 2021
1 parent 8e76f0a commit d9275c8
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 @@ -54,7 +54,7 @@ var (
CLOUD_GOX string
COMMIT string
LABEL = `dev` //beta/alpha/stable
VERSION = `3.6.4`
VERSION = `3.6.5`
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.6.3"
version="3.6.4"

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 @@ -7,7 +7,7 @@ export WORKDIR=${PWD}
export GO_VERSION="1.17.3"

# Nging configuration
export NGING_VERSION="3.6.3"
export NGING_VERSION="3.6.4"
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 d9275c8

Please sign in to comment.