status-go/params/version.go
Igor Sirotin ef85895f65
fix_: pass proper version to params (#5735)
* fix_: pass proper version to params

* fix_: use --dirty flag

* fix_: delete version_test

* fix_: pass proper version to artifacts
2024-08-19 16:47:11 +01:00

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