mirror of
https://github.com/status-im/status-go.git
synced 2025-01-18 02:31:47 +00:00
ef85895f65
* fix_: pass proper version to params * fix_: use --dirty flag * fix_: delete version_test * fix_: pass proper version to artifacts
12 lines
235 B
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
|