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