aboutsummaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2014-03-19 01:30:53 -0700
committerChris Lu <chris.lu@gmail.com>2014-03-19 01:30:53 -0700
commite5e6eeda83c34f4a6275e33129b55445715d3f69 (patch)
treec8f5ea3581d3dbb983cf9ee3ae5f9b7412a0f25a /go
parentd8bc54013087ce4c9abea61437d38c5572a60bff (diff)
downloadseaweedfs-e5e6eeda83c34f4a6275e33129b55445715d3f69.tar.xz
seaweedfs-e5e6eeda83c34f4a6275e33129b55445715d3f69.zip
found bugs with 0.50, backing off for now
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 bbb450ede..e95f909ea 100644
--- a/go/weed/version.go
+++ b/go/weed/version.go
@@ -6,7 +6,7 @@ import (
)
const (
- VERSION = "0.50"
+ VERSION = "0.49"
)
var cmdVersion = &Command{