seaweedfs/weed/util/constants.go
Chris Lu ed9e4dc749 1.79
fix compilation problem
2020-05-19 08:21:51 -07:00

10 lines
94 B
Go

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