seaweedfs/go/util/constants.go
Chris Lu dc24bad791 releasing 0.58 to handle control+c interrupts.
compilable now. but FUSE mount is not working.
2014-05-13 11:25:48 -07:00

8 lines
53 B
Go

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