Skip to content

Commit

Permalink
fix: merging of binary packages (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow committed Feb 22, 2023
1 parent 8f6a317 commit f5e2052
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.0"
JSONSchemaVersion = "7.0.0"
)
Loading

0 comments on commit f5e2052

Please sign in to comment.