From f1908f02cbd7203f91b597ceff7d86a5ce3e48e5 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Mon, 18 Dec 2023 09:23:18 +0100 Subject: [PATCH] bump version --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "."