aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-03-28 12:19:11 -0700
committerChris Lu <chris.lu@gmail.com>2014-03-28 12:19:11 -0700
commit259c7d66f72938857ee94cc747fc54982fbbcb1f (patch)
tree1bf2af74438441a417635e34bddf39cfac372b3e /go
parent25a3c47defd1b9dab22942eeffd10b550e8ac527 (diff)
downloadseaweedfs-259c7d66f72938857ee94cc747fc54982fbbcb1f.tar.xz
seaweedfs-259c7d66f72938857ee94cc747fc54982fbbcb1f.zip
all in progress version will just be beta
Diffstat (limited to 'go')
-rw-r--r--go/util/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/util/constants.go b/go/util/constants.go
index f8f1ef5bd..3884e8421 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -3,5 +3,5 @@ package util
import ()
const (
- VERSION = "0.51"
+ VERSION = "0.52 beta"
)