Skip to content

Commit

Permalink
feat: upgrade 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zicla committed Jul 27, 2024
1 parent 837ce74 commit 365853f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[English Version](https://tank-doc.eyeblue.cn/en)

# 蓝眼云盘(4.0.4
# 蓝眼云盘(4.1.0
[在线Demo](https://tanker.eyeblue.cn) (体验账号: demo 密码:123456)

蓝眼云盘是蓝眼开源系列代表作品之一,致力于打造精致,优雅,简约的云盘。核心功能如下:
Expand Down
2 changes: 1 addition & 1 deletion build/pack/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@REM prepare the variables.

@REM version name
SET VERSION_NAME=tank-4.0.4
SET VERSION_NAME=tank-4.1.0
ECHO VERSION_NAME: %VERSION_NAME%
@REM golang proxy
SET GOPROXY=https://goproxy.cn
Expand Down
2 changes: 1 addition & 1 deletion build/pack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e
#prepare the variables.

# version name
VERSION_NAME=tank-4.0.4
VERSION_NAME=tank-4.1.0
echo "VERSION_NAME: ${VERSION_NAME}"
# golang proxy
GOPROXY=https://goproxy.cn
Expand Down
6 changes: 3 additions & 3 deletions code/core/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ const (

DEFAULT_SERVER_PORT = 6010

//db table's prefix. tank40_ means current version is tank:4.0.x
TABLE_PREFIX = "tank40_"
//db table's prefix. tank41_ means current version is tank:4.1.x
TABLE_PREFIX = "tank41_"

VERSION = "4.0.4"
VERSION = "4.1.0"
)

type Config interface {
Expand Down

0 comments on commit 365853f

Please sign in to comment.