status-im/status-go

View on GitHub
params/version.go

Summary

Maintainability
A
0 mins
Test Coverage
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