diff --git a/pkg/build/build.go b/pkg/build/build.go index c8c3c1c..f31a04a 100644 --- a/pkg/build/build.go +++ b/pkg/build/build.go @@ -10,5 +10,5 @@ var ( // It is set via Nix to match the Nixpkgs system. System = "" // ReportVersion is used to indicate significant changes in the report output and is embedded JSON report produced. - ReportVersion uint = 2 + ReportVersion uint = 1 )