build: version 4.0.0

This commit is contained in:
lishuang
2023-08-13 12:31:23 +08:00
parent 0be4513349
commit 8f8295cb68
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
[English Version](https://tank-doc.eyeblue.cn/en)
# 蓝眼云盘(4.0.0.beta2
# 蓝眼云盘(4.0.0
[在线Demo](https://tanker.eyeblue.cn) (体验账号: demo 密码:123456)
蓝眼云盘是蓝眼开源系列代表作品之一,致力于打造精致,优雅,简约的云盘。核心功能如下:
+1 -1
View File
@@ -11,7 +11,7 @@
@REM prepare the variables.
@REM version name
SET VERSION_NAME=tank-4.0.0.beta2
SET VERSION_NAME=tank-4.0.0
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.0.beta2
VERSION_NAME=tank-4.0.0
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.0.beta2"
VERSION = "4.0.0"
)
type Config interface {