aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-11-04 22:13:16 -0800
committerChris Lu <chris.lu@gmail.com>2018-11-04 22:13:16 -0800
commit1a64a817ac2de57f7c86a25df55fb2c1494bc62f (patch)
treec8c65475e982d1c2d9570ddefd76b4dc1f5b4464
parent85d1d99459f785ba1ea9638f072d2ba5dfe830e0 (diff)
downloadseaweedfs-1a64a817ac2de57f7c86a25df55fb2c1494bc62f.tar.xz
seaweedfs-1a64a817ac2de57f7c86a25df55fb2c1494bc62f.zip
update to 1.001.00
-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 a9077297f..45b5cbb9e 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.99"
+ VERSION = "1.00"
)