feat: upgrade to 4.0.3

This commit is contained in:
lishuang
2024-03-26 23:38:59 +08:00
parent 750c0983f1
commit ebb7ad0207
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
@REM prepare the variables.
@REM version name
SET VERSION_NAME=tank-4.0.2
SET VERSION_NAME=tank-4.0.3
ECHO VERSION_NAME: %VERSION_NAME%
@REM golang proxy
SET GOPROXY=https://goproxy.cn
+1 -1
View File
@@ -10,7 +10,7 @@ set -e
#prepare the variables.
# version name
VERSION_NAME=tank-4.0.2
VERSION_NAME=tank-4.0.3
echo "VERSION_NAME: ${VERSION_NAME}"
# golang proxy
GOPROXY=https://goproxy.cn
+1 -1
View File
@@ -14,7 +14,7 @@ const (
//db table's prefix. tank40_ means current version is tank:4.0.x
TABLE_PREFIX = "tank40_"
VERSION = "4.0.2"
VERSION = "4.0.3"
)
type Config interface {