status-go/params/version.go

12 lines
235 B
Go

package params
// Version is defined in git tags.
// We set it from the Makefile.
var Version string
// GitCommit is a commit hash.
var GitCommit string
// IpfsGatewayURL is the Gateway URL to use for IPFS
var IpfsGatewayURL string