aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-07-24 01:54:15 -0700
committerChris Lu <chris.lu@gmail.com>2018-07-24 01:54:15 -0700
commite8a5ee4f480f1e7d4c751ccd0b303e2a001568d0 (patch)
tree55f4193376720b8f562faed40bc0f7a9ad41d85a /weed/util/constants.go
parent0b99557c293f58efa0329d362a65bef1fdca0531 (diff)
downloadseaweedfs-e8a5ee4f480f1e7d4c751ccd0b303e2a001568d0.tar.xz
seaweedfs-e8a5ee4f480f1e7d4c751ccd0b303e2a001568d0.zip
releasing 0.920.92
ensure the nil problem is resolved.
Diffstat (limited to 'weed/util/constants.go')
-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 0a15d5732..bc77fbb7b 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.92 beta2"
+ VERSION = "0.92"
)