tile38/pkg/core/version.go

8 lines
187 B
Go
Raw Normal View History

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