tile38/core/version.go

8 lines
82 B
Go

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