mirror of
https://github.com/eyebluecn/tank.git
synced 2024-04-21 12:32:16 +00:00
feat: upgrade to 4.0.3
This commit is contained in:
@@ -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
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user