mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 21:42:23 -05:00
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"
|
|
)
|