aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-07-22 02:15:24 -0700
committerChris Lu <chris.lu@gmail.com>2018-07-22 02:15:24 -0700
commit5e55f0da4d821decdae848d44684e3f33ac1c424 (patch)
tree5b5a468371c8b84da8fceaccecc7aab07c57788f /weed/util/constants.go
parent19c537b6876e0a87acc3e62c0bc3c6b73282816d (diff)
downloadseaweedfs-5e55f0da4d821decdae848d44684e3f33ac1c424.tar.xz
seaweedfs-5e55f0da4d821decdae848d44684e3f33ac1c424.zip
add WIP 0.92 beta
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 bf82938c6..9edf8f59d 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.91"
+ VERSION = "0.92 beta"
)