aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-05 08:54:40 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-05 08:54:40 -0800
commit60db731e362adec2e0c27f3346d9fcff672a348d (patch)
tree16d20da5749efbe0637e11a57eea125b47582699
parentf9dbaf62929dd3827a3235fe10fb2a3f26742bc1 (diff)
downloadseaweedfs-60db731e362adec2e0c27f3346d9fcff672a348d.tar.xz
seaweedfs-60db731e362adec2e0c27f3346d9fcff672a348d.zip
update to 1.011.01
-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 45b5cbb9e..c9c38a8ba 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "1.00"
+ VERSION = "1.01"
)