tile38/pkg/core/version.go

8 lines
187 B
Go
Raw Normal View History

2016-03-04 16:08:16 -07:00
package core
var (
2016-04-02 19:16:36 -07:00
Version = "0.0.0" // Placeholder for the version
BuildTime = "" // Placeholder for the build time
GitSHA = "0000000" // Placeholder for the git sha
2016-03-04 16:08:16 -07:00
)