From 34dfc25e87c59e7f90317a06549185df865ae97f Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 17 Jan 2025 12:00:21 +0100 Subject: [PATCH] bump version --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index c0d16e9..e063b30 100644 --- a/config.go +++ b/config.go @@ -34,7 +34,7 @@ import ( ) const ( - VERSION string = "0.3.11" + VERSION string = "0.3.12" Baseuri string = "https://www.kleinanzeigen.de" Listuri string = "/s-bestandsliste.html" Defaultdir string = "."