aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-09 22:32:40 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-09 22:32:40 -0700
commite6de42f88806f8b845e6f295fc1cde9fb1a7f5fc (patch)
tree05755f8360220608284fea0683c3a5406dd49ca7 /weed/util/constants.go
parente73b0c24578f15900d88427c5c770056651c369d (diff)
downloadseaweedfs-e6de42f88806f8b845e6f295fc1cde9fb1a7f5fc.tar.xz
seaweedfs-e6de42f88806f8b845e6f295fc1cde9fb1a7f5fc.zip
1.601.60
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 05f2f0ec8..89b76f1e5 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,5 +5,5 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 59)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 60)
)