From 55ef797a3a9c7290422d789b35162230f4b653a2 Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Wed, 3 Jul 2024 09:01:17 +1000 Subject: [PATCH] Release 3.3.5 --- processor/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/processor.go b/processor/processor.go index 5ca8c27cb..11dd8a013 100644 --- a/processor/processor.go +++ b/processor/processor.go @@ -23,7 +23,7 @@ import ( ) // Version indicates the version of the application -var Version = "3.3.4" +var Version = "3.3.5" // Flags set via the CLI which control how the output is displayed