Skip to content

Commit

Permalink
bump JSON schema to account for simplified python env markers (anchor…
Browse files Browse the repository at this point in the history
…e#1967)

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
  • Loading branch information
wagoodman committed Jul 27, 2023
1 parent d0f63b1 commit 483ffdb
Show file tree
Hide file tree
Showing 5 changed files with 1,937 additions and 33 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 = "9.0.2"
JSONSchemaVersion = "10.0.0"
)
Loading

0 comments on commit 483ffdb

Please sign in to comment.