mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
9 lines
179 B
Go
9 lines
179 B
Go
package params
|
|
|
|
// Version is defined in VERSION file.
|
|
// We set it in loadNodeConfig() in api/backend.go.
|
|
var Version string
|
|
|
|
// GitCommit is a commit hash.
|
|
var GitCommit string
|