From 83f246e9af5071063ec68c67d9bef336314585a4 Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 14 Jul 2025 16:24:17 -0700 Subject: [PATCH] lib: bump the analysis report version --- lib/src/analysis/analyzer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/analysis/analyzer.rs b/lib/src/analysis/analyzer.rs index a7b31f1..508fcf9 100644 --- a/lib/src/analysis/analyzer.rs +++ b/lib/src/analysis/analyzer.rs @@ -31,7 +31,7 @@ impl Default for AnalyzerConfig { } } -pub const REPORT_VERSION: u32 = 1; +pub const REPORT_VERSION: u32 = 2; /// Qualitative measure of how severe a Warning event type is. /// The levels should break down like this: