aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-31 09:39:48 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-31 09:39:48 -0700
commitf5a69a0e4423db70cffb3501c05bf5d4ed593370 (patch)
treed70180196a429ebe5ad4f14b3f4b915f85dc71ed /weed/util/constants.go
parent899963ac20556f6a48aad431eec8ec995e982dd3 (diff)
parent6ba65c3382d8e6e73bfa5312ed9c04c5b17aece5 (diff)
downloadseaweedfs-f5a69a0e4423db70cffb3501c05bf5d4ed593370.tar.xz
seaweedfs-f5a69a0e4423db70cffb3501c05bf5d4ed593370.zip
Merge branch 'master' into add_remote_storage
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 00774a83e..2636adf45 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 59)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 60)
COMMIT = ""
)