9 lines
206 B
Go
9 lines
206 B
Go
package core
|
|
|
|
// Build variables
|
|
var (
|
|
Version = "0.0.0" // Placeholder for the version
|
|
BuildTime = "" // Placeholder for the build time
|
|
GitSHA = "0000000" // Placeholder for the git sha
|
|
)
|