Skip to content

Commit

Permalink
update schema with python poetry dependency refs
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 May 25, 2024
1 parent 9ce0d75 commit 2cc1ff4
Show file tree
Hide file tree
Showing 3 changed files with 2,587 additions and 3 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 = "16.0.12"
JSONSchemaVersion = "16.0.13"
)
Loading

0 comments on commit 2cc1ff4

Please sign in to comment.