From bd9d8fdb2c935e4a91d2c429e0adc12f9006140b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sun, 17 Dec 2023 17:53:01 +0100 Subject: [PATCH] fix version finding --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cbebc2..bde204e 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ # # no need to modify anything below tool = kleingebaeck -VERSION = $(shell grep VERSION main.go | head -1 | cut -d '"' -f2) +VERSION = $(shell grep VERSION config.go | head -1 | cut -d '"' -f2) archs = darwin freebsd linux windows PREFIX = /usr/local UID = root