Skip to content

Commit

Permalink
chore: update schema (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow authored Jan 12, 2023
1 parent a864dc9 commit 85bddaa
Show file tree
Hide file tree
Showing 4 changed files with 1,495 additions and 4 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 = "6.0.0"
JSONSchemaVersion = "6.1.0"
)
2 changes: 1 addition & 1 deletion schema/json/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func write(schema []byte) {
}

// the generated schema is different, bail with error :(
fmt.Printf("Cowardly refusing to overwrite existing schema (%s)!\nSee the scheam/json/README.md for how to increment\n", filename)
fmt.Printf("Cowardly refusing to overwrite existing schema (%s)!\nSee the schema/json/README.md for how to increment\n", filename)
os.Exit(1)
}

Expand Down
Loading

0 comments on commit 85bddaa

Please sign in to comment.