2016-03-04 16:08:16 -07:00
|
|
|
package core
|
|
|
|
|
2018-11-05 15:58:43 -07:00
|
|
|
// Build variables
|
2016-03-04 16:08:16 -07:00
|
|
|
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
|
|
|
)
|