Log version at startup

This commit is contained in:
Tobias Schmidt 2015-04-15 23:51:09 -04:00
commit 626900fe21
2 changed files with 7 additions and 0 deletions

View file

@ -13,5 +13,6 @@
VERSION := 0.8.0
TARGET := node_exporter
GOFLAGS := -ldflags "-X main.Version $(VERSION)"
include Makefile.COMMON