Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Aug 13, 2023
1 parent 3dfde57 commit 166cd8a
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 @@ -69,7 +69,7 @@ var (
CLOUD_GOX string
COMMIT string
LABEL = `dev` //beta/alpha/stable
VERSION = `5.1.3`
VERSION = `5.2.0`
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="5.1.2"
version="5.1.3"

if [ "$2" != "" ] && [ "$2" != "-" ]; then
version="$2"
Expand Down
2 changes: 1 addition & 1 deletion tool/nging-builder/builder.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GoVersion : "1.21.0"
Executor : "nging"
NgingVersion : "5.1.3"
NgingLabel : "beta1" # stable
NgingLabel : "stable" # stable
Project : "github.com/admpub/nging"
VendorMiscDirs {
!linux : []
Expand Down

0 comments on commit 166cd8a

Please sign in to comment.