aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-03-19 04:48:58 -0700
committerChris Lu <chris.lu@gmail.com>2014-03-19 04:48:58 -0700
commitc22e5c1c51643dbaed64ffa7e3d2916936dc7691 (patch)
tree7ff1ff4a19911cc73f7271ccf4e82d346ebe3654 /go
parent0563773944aa96c1bb87a2e840f00c0e34a8175f (diff)
downloadseaweedfs-c22e5c1c51643dbaed64ffa7e3d2916936dc7691.tar.xz
seaweedfs-c22e5c1c51643dbaed64ffa7e3d2916936dc7691.zip
now the volume compaction bug is fixed.
Diffstat (limited to 'go')
-rw-r--r--go/weed/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/weed/version.go b/go/weed/version.go
index e95f909ea..bbb450ede 100644
--- a/go/weed/version.go
+++ b/go/weed/version.go
@@ -6,7 +6,7 @@ import (
)
const (
- VERSION = "0.49"
+ VERSION = "0.50"
)
var cmdVersion = &Command{