From 953f512579a6aa577ee68b488db8d996015eb759 Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Mon, 17 Feb 2025 11:50:45 +1100 Subject: [PATCH] Cut 3.5.0 release --- processor/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/processor.go b/processor/processor.go index 838e30cf9..d9e30c1c3 100644 --- a/processor/processor.go +++ b/processor/processor.go @@ -23,7 +23,7 @@ import ( ) // Version indicates the version of the application -var Version = "3.5.0 (beta)" +var Version = "3.5.0" // Flags set via the CLI which control how the output is displayed