Files
seaweedfs/weed/util/constants.go
Chris Lu 3f851feb59 1.42
2019-07-21 21:52:48 -07:00

10 lines
94 B
Go

package util
import (
"fmt"
)
var (
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 42)
)