From 0387d55624fba342385170258327e2ee514e57f4 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 22 Jan 2024 18:42:23 +0100 Subject: [PATCH] bump version (feature update) --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index bf026e8..c0973b9 100644 --- a/config.go +++ b/config.go @@ -35,7 +35,7 @@ import ( ) const ( - VERSION string = "0.2.0" + VERSION string = "0.3.0" Baseuri string = "https://www.kleinanzeigen.de" Listuri string = "/s-bestandsliste.html" Defaultdir string = "."