1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-09-19 07:21:00 +02:00
seaweedfs/weed/util/constants.go
2019-06-21 20:56:34 -07:00

10 lines
94 B
Go

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