From 17a18a70ffc8af33b98003b7047333759897b1c0 Mon Sep 17 00:00:00 2001 From: Jason Lenz Date: Sun, 17 Jan 2021 10:50:50 -0600 Subject: [PATCH] Fix automated version pull from git --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c8d3e3d..243d6be 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ BINDIR ?= $(_INSTDIR)/bin GO ?= go GOFLAGS ?= -VERSION != git describe --first-parent 2> /dev/null +VERSION != git describe --tags 2> /dev/null GOSRC != find . -name '*.go'