mirror of
https://github.com/enix/x509-certificate-exporter.git
synced 2026-08-23 22:16:39 +00:00
7 lines
132 B
Go
7 lines
132 B
Go
package internal
|
|
|
|
// Version and build informations set at link time
|
|
var Version = "0.0.0"
|
|
var Revision = ""
|
|
var BuildDateTime = ""
|