Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package version
|
||||
|
||||
var (
|
||||
// String gets defined by the build system.
|
||||
String = "0.0.0"
|
||||
|
||||
// Date indicates the build date.
|
||||
Date = "00000000"
|
||||
)
|
||||
Reference in New Issue
Block a user