Skip to content

Commit

Permalink
feat: upgrade to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zicla committed Mar 26, 2024
1 parent 750c098 commit ebb7ad0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2
SET VERSION_NAME=tank-4.0.3
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.2
VERSION_NAME=tank-4.0.3
echo "VERSION_NAME: ${VERSION_NAME}"
# golang proxy
GOPROXY=https://goproxy.cn
Expand Down
2 changes: 1 addition & 1 deletion code/core/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ebb7ad0

Please sign in to comment.