From d92c3ead9db3a5ea08433af05584261d5261638c Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Wed, 11 Sep 2024 16:40:46 +0000 Subject: [PATCH] bump version to 0.6.1 --- lib/structs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/structs.go b/lib/structs.go index d7603e3..87f9c6b 100644 --- a/lib/structs.go +++ b/lib/structs.go @@ -19,7 +19,7 @@ type Logger interface { } const ( - APP_VERSION = "0.6.0" + APP_VERSION = "0.6.1" // We use the size of the largest sensible PDU. //