diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-07-24 01:54:15 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-07-24 01:54:15 -0700 |
| commit | e8a5ee4f480f1e7d4c751ccd0b303e2a001568d0 (patch) | |
| tree | 55f4193376720b8f562faed40bc0f7a9ad41d85a | |
| parent | 0b99557c293f58efa0329d362a65bef1fdca0531 (diff) | |
| download | seaweedfs-e8a5ee4f480f1e7d4c751ccd0b303e2a001568d0.tar.xz seaweedfs-e8a5ee4f480f1e7d4c751ccd0b303e2a001568d0.zip | |
releasing 0.920.92
ensure the nil problem is resolved.
| -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 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" ) |
