fix version finding + bump version

This commit is contained in:
2023-12-17 17:53:01 +01:00
parent 3748cd35e5
commit 52b39d91a3
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
# #
# no need to modify anything below # no need to modify anything below
tool = kleingebaeck 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 archs = darwin freebsd linux windows
PREFIX = /usr/local PREFIX = /usr/local
UID = root UID = root

View File

@@ -23,7 +23,7 @@ import (
) )
const ( const (
VERSION string = "0.0.4" VERSION string = "0.0.5"
Baseuri string = "https://www.kleinanzeigen.de" Baseuri string = "https://www.kleinanzeigen.de"
Listuri string = "/s-bestandsliste.html" Listuri string = "/s-bestandsliste.html"
Defaultdir string = "." Defaultdir string = "."