diff options
| author | Chris Lu <chris.lu@gmail.com> | 2014-03-18 23:50:03 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2014-03-18 23:50:03 -0700 |
| commit | d8bc54013087ce4c9abea61437d38c5572a60bff (patch) | |
| tree | ca2479bae80d432e70b95656baf1168043297f37 | |
| parent | af32b5272769c269de9acabd0cf02e2cb2ad190b (diff) | |
| download | seaweedfs-d8bc54013087ce4c9abea61437d38c5572a60bff.tar.xz seaweedfs-d8bc54013087ce4c9abea61437d38c5572a60bff.zip | |
Last important fix is version-bump-up-worthy: prevent heartbeat lost
when vacuuming
| -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 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{ |
