From 07ebd7afade1f8813a182828699c48b5409d0ba2 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 1 Nov 2024 12:21:04 +0100 Subject: [PATCH] bump version --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index cc0e245..c64813e 100644 --- a/config.go +++ b/config.go @@ -34,7 +34,7 @@ import ( ) const ( - VERSION string = "0.3.8" + VERSION string = "0.3.9" Baseuri string = "https://www.kleinanzeigen.de" Listuri string = "/s-bestandsliste.html" Defaultdir string = "."