From 786ca91cfcf1ea0279a694560631bfa84fa6dd98 Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 26 Oct 2021 16:23:28 -0500 Subject: [PATCH] Append commits since last tag (#18) * Append the number of commits since the last tag to the version * Only print the version not the command Co-authored-by: Jim Weinert --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce0158d..43ccd26 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build: vendor go build -ldflags=${go_ldflags} -o bin/felix cmd/felix/main.go version: - echo ${version} + @echo ${version} vendor: go mod tidy