tile38/core/version.go

9 lines
206 B
Go
Raw Normal View History

2016-03-05 02:08:16 +03:00
package core
2018-11-06 01:58:43 +03:00
// Build variables
2016-03-05 02:08:16 +03:00
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
)