trivago / gollum

An n:m message multiplexer written in Go
http://gollum.readthedocs.org/en/latest/
Apache License 2.0
940 stars 74 forks source link

Enable plugin version injection in makefile #239

Closed M3t0r closed 5 years ago

M3t0r commented 5 years ago

The purpose of this pull request

Make it easy to add the version of compiled in plugins to the gollum version string.

Example to verify

make build GOLLUM_RELEASE_SUFFIX=pkgVersionSuffix
./gollum -version

Checklist