From e518c0c485976a9c4dc7b82243b3166a661a4a04 Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Mon, 27 Nov 2023 16:39:25 +1100 Subject: [PATCH] Prepare to release version 3.2.0 --- processor/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processor/processor.go b/processor/processor.go index 7b4d2a69b..30337e920 100644 --- a/processor/processor.go +++ b/processor/processor.go @@ -18,7 +18,7 @@ import ( ) // Version indicates the version of the application -var Version = "3.2.0 (beta)" +var Version = "3.2.0" // Flags set via the CLI which control how the output is displayed