aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2013-10-31 12:57:32 -0700
committerChris Lu <chris.lu@gmail.com>2013-10-31 12:57:32 -0700
commitb579451db951c2c80c92e141f6d87d04c005624c (patch)
tree81289415af474fafd8aeb0dfe1ee240baaefc97e
parent53eacb4341499592157d5e52367ebf8734fcd4d1 (diff)
downloadseaweedfs-b579451db951c2c80c92e141f6d87d04c005624c.tar.xz
seaweedfs-b579451db951c2c80c92e141f6d87d04c005624c.zip
this is a fix important enough for a version bump
-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 581c2cf83..fe796a344 100644
--- a/go/weed/version.go
+++ b/go/weed/version.go
@@ -6,7 +6,7 @@ import (
)
const (
- VERSION = "0.43"
+ VERSION = "0.44"
)
var cmdVersion = &Command{