aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-04-10 13:47:39 -0700
committerChris Lu <chris.lu@gmail.com>2014-04-10 13:47:39 -0700
commit7c82e2316b9f09c0195b35a1487473db153bdec1 (patch)
tree34a3f5759c4efa76ac17ba7836fe5ee0a8d07519 /go
parent79142614ea4686e181152f88c7394a7175a84190 (diff)
downloadseaweedfs-7c82e2316b9f09c0195b35a1487473db153bdec1.tar.xz
seaweedfs-7c82e2316b9f09c0195b35a1487473db153bdec1.zip
starting 0.53 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 abaa9fbfe..1bde95ebc 100644
--- a/go/util/constants.go
+++ b/go/util/constants.go
@@ -3,5 +3,5 @@ package util
import ()
const (
- VERSION = "0.52"
+ VERSION = "0.53 beta"
)