status-go/params/version.go
Adam Babik 16c7b94eb5
Add labels to docker images and add Jenkinsfile to build docker images (#1160)
* fixed generating `params.Version`
* added labels to all Docker images including git_commit and the author of the build (using `$USER` env variable)
2018-08-24 12:25:07 +02:00

5 lines
109 B
Go

package params
// Version relies on a git tag and is passed by linker's '-ldflags' flag.
var Version string