mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Last important fix is version-bump-up-worthy: prevent heartbeat lost
when vacuuming
This commit is contained in:
parent
af32b52727
commit
d8bc540130
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
VERSION = "0.49"
|
||||
VERSION = "0.50"
|
||||
)
|
||||
|
||||
var cmdVersion = &Command{
|
||||
|
|
Loading…
Reference in a new issue