10 lines
143 B
Go
10 lines
143 B
Go
package version
|
|
|
|
var (
|
|
// String gets defined by the build system.
|
|
String = "0.0.0"
|
|
|
|
// Date indicates the build date.
|
|
Date = "00000000"
|
|
)
|