aboutsummaryrefslogtreecommitdiff
path: root/weed/util
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-29 13:40:55 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-29 13:40:55 -0700
commitbe6c2f85117ce7d78ed4532cc10f84a9459f86a0 (patch)
tree05184fa4fb0e0fe42c9ac2340018f502b5400ee7 /weed/util
parent5ebf232e793e0fd251b2cce9c1e7e311adc356e1 (diff)
downloadseaweedfs-be6c2f85117ce7d78ed4532cc10f84a9459f86a0.tar.xz
seaweedfs-be6c2f85117ce7d78ed4532cc10f84a9459f86a0.zip
1.70
Diffstat (limited to 'weed/util')
-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 ca515ed6d..563378e50 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, 69)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 70)
)