Skip to content

Commit

Permalink
bump json schema to v10
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman committed Jul 27, 2023
1 parent ad3926b commit d1231b4
Show file tree
Hide file tree
Showing 2 changed files with 1,927 additions and 1 deletion.
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 = "9.0.2"
JSONSchemaVersion = "10.0.0"
)
Loading

0 comments on commit d1231b4

Please sign in to comment.