mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 22:56:40 +00:00
e658366d1e
* change docker image tag to RELEASE_TAG * use changelog in release
8 lines
127 B
Go
8 lines
127 B
Go
package params
|
|
|
|
// Version is defined in VERSION file.
|
|
var Version string
|
|
|
|
// GitCommit is a commit hash.
|
|
var GitCommit string
|