Last important fix is version-bump-up-worthy: prevent heartbeat lost

when vacuuming
This commit is contained in:
Chris Lu
2014-03-18 23:50:03 -07:00
parent af32b52727
commit d8bc540130

View File

@@ -6,7 +6,7 @@ import (
) )
const ( const (
VERSION = "0.49" VERSION = "0.50"
) )
var cmdVersion = &Command{ var cmdVersion = &Command{