Skip to content

Commit

Permalink
translate maps to sequences in pkg metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman committed Jan 27, 2024
1 parent f893933 commit 7c0f337
Show file tree
Hide file tree
Showing 19 changed files with 3,152 additions and 542 deletions.
2 changes: 1 addition & 1 deletion internal/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package internal
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 = "14.0.0"
JSONSchemaVersion = "15.0.0"
)
Loading

0 comments on commit 7c0f337

Please sign in to comment.