2017-03-16 07:39:28 +00:00
|
|
|
package params
|
|
|
|
|
2024-08-19 15:47:11 +00:00
|
|
|
// Version is defined in git tags.
|
|
|
|
// We set it from the Makefile.
|
2018-08-24 10:25:07 +00:00
|
|
|
var Version string
|
2018-11-20 10:13:42 +00:00
|
|
|
|
|
|
|
// GitCommit is a commit hash.
|
|
|
|
var GitCommit string
|
2022-08-11 14:27:25 +00:00
|
|
|
|
|
|
|
// IpfsGatewayURL is the Gateway URL to use for IPFS
|
|
|
|
var IpfsGatewayURL string
|