diff options
| author | Chris Lu <chris.lu@gmail.com> | 2013-10-31 12:57:32 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2013-10-31 12:57:32 -0700 |
| commit | b579451db951c2c80c92e141f6d87d04c005624c (patch) | |
| tree | 81289415af474fafd8aeb0dfe1ee240baaefc97e /go/weed | |
| parent | 53eacb4341499592157d5e52367ebf8734fcd4d1 (diff) | |
| download | seaweedfs-b579451db951c2c80c92e141f6d87d04c005624c.tar.xz seaweedfs-b579451db951c2c80c92e141f6d87d04c005624c.zip | |
this is a fix important enough for a version bump
Diffstat (limited to 'go/weed')
| -rw-r--r-- | go/weed/version.go | 2 |
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{ |
