tile38/core/version.go
2016-03-07 17:38:59 -07:00

8 lines
82 B
Go

package core
var (
Version = "0.0.0"
BuildTime = ""
GitSHA = "0000000"
)