mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 14:47:06 +00:00
16c7b94eb5
* fixed generating `params.Version` * added labels to all Docker images including git_commit and the author of the build (using `$USER` env variable)
5 lines
109 B
Go
5 lines
109 B
Go
package params
|
|
|
|
// Version relies on a git tag and is passed by linker's '-ldflags' flag.
|
|
var Version string
|