From d7b629aaf54aa041a2c1ba3ed4a07eb2511af92a Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sat, 24 Feb 2024 10:08:07 +0100 Subject: [PATCH] Bring back make version --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index e3dc048..76e80c4 100644 --- a/Makefile +++ b/Makefile @@ -94,6 +94,11 @@ else exit 1 endif +# Show the version that `make build` is using +.PHONY: version +version: + @echo "$(VERSION)" + all: install install: check_go_version