seaweedfs/weed/util/constants.go

10 lines
94 B
Go
Raw Normal View History

package util
2019-04-09 13:32:42 +08:00
import (
"fmt"
)
var (
2020-05-19 23:21:51 +08:00
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 79)
)