From 52b39d91a35fcad69b268ca4f52079e25fb62180 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 + bump version --- Makefile | 2 +- config.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/config.go b/config.go index 7796561..06f42b8 100644 --- a/config.go +++ b/config.go @@ -23,7 +23,7 @@ import ( ) const ( - VERSION string = "0.0.4" + VERSION string = "0.0.5" Baseuri string = "https://www.kleinanzeigen.de" Listuri string = "/s-bestandsliste.html" Defaultdir string = "."