Files
seaweedfs/weed/util/constants.go

10 lines
94 B
Go
Raw Normal View History

package util
2019-04-08 22:32:42 -07:00
import (
"fmt"
)
var (
2020-04-09 21:44:30 -07:00
VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 73)
)