aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-08-23 00:02:13 -0700
committerChris Lu <chris.lu@gmail.com>2018-08-23 00:02:13 -0700
commit37e4e022fdfd53c3bec1e366bd5a41c6be8def30 (patch)
tree1583ca3d829e754344ce466beedce584a11f2b03
parent6e3f4d1079342a53056e95becbf6953c0f9115c3 (diff)
downloadseaweedfs-0.94.tar.xz
seaweedfs-0.94.zip
prepare for 0.94 release0.94
-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 141dbffd7..204289347 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.93"
+ VERSION = "0.94"
)