Skip to content

Commit

Permalink
fix: merging of binary packages (anchore#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow authored and noqcks committed Feb 23, 2023
1 parent d2974ae commit 5fc3d0c
Show file tree
Hide file tree
Showing 23 changed files with 1,867 additions and 190 deletions.
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ const (

// JSONSchemaVersion is the current schema version output by the JSON encoder
// This is roughly following the "SchemaVer" guidelines for versioning the JSON schema. Please see schema/json/README.md for details on how to increment.
JSONSchemaVersion = "6.2.1"
JSONSchemaVersion = "7.0.0"
)
Loading

0 comments on commit 5fc3d0c

Please sign in to comment.