seaweedfs/go/util/constants.go
Chris Lu 39b774a131 1. adding statistics reporting
2. refactor version to util package
2014-03-25 13:46:59 -07:00

8 lines
53 B
Go

package util
import ()
const (
VERSION = "0.51"
)