diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-08-23 00:02:13 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-08-23 00:02:13 -0700 |
| commit | 37e4e022fdfd53c3bec1e366bd5a41c6be8def30 (patch) | |
| tree | 1583ca3d829e754344ce466beedce584a11f2b03 | |
| parent | 6e3f4d1079342a53056e95becbf6953c0f9115c3 (diff) | |
| download | seaweedfs-0.94.tar.xz seaweedfs-0.94.zip | |
prepare for 0.94 release0.94
| -rw-r--r-- | weed/util/constants.go | 2 |
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" ) |
