Skip to content

Commit

Permalink
feat: reset report version to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed Sep 13, 2024
1 parent 737dfbf commit c03851a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit c03851a

Please sign in to comment.