github.com/status-im/status-go@v1.1.0/params/version.go (about) 1 package params 2 3 // Version is defined in git tags. 4 // We set it from the Makefile. 5 var Version string 6 7 // GitCommit is a commit hash. 8 var GitCommit string 9 10 // IpfsGatewayURL is the Gateway URL to use for IPFS 11 var IpfsGatewayURL string