CastawayLabs / cachet-monitor

Distributed monitoring plugin for CachetHQ
https://castawaylabs.github.io/cachet-monitor/
MIT License
439 stars 127 forks source link

add version information #99

Closed osallou closed 5 years ago

osallou commented 5 years ago

Sets at build time the version information with:

-ldflags "-X main.version=3.0.0" 

the --version will display software version

Closes #77