Browse Source

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

when vacuuming
pull/2/head
Chris Lu 11 years ago
parent
commit
d8bc540130
  1. 2
      go/weed/version.go

2
go/weed/version.go

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

Loading…
Cancel
Save