Skip to content

Commit

Permalink
fix: fixed conflict with schema bump
Browse files Browse the repository at this point in the history
Signed-off-by: James Neate <jamesmneate@gmail.com>
  • Loading branch information
jneate committed May 28, 2023
1 parent 7562770 commit 320d105
Show file tree
Hide file tree
Showing 2 changed files with 1,874 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 = "8.0.0"
JSONSchemaVersion = "8.0.1"
)
Loading

0 comments on commit 320d105

Please # to comment.