Files
opencloud/pkg/version/version.go
Thomas Boerger b00040ebbc Initial commit
2019-09-05 11:41:41 +02:00

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"
)