syft/internal/constants.go

8 lines
293 B
Go
Raw Normal View History

2020-05-21 19:25:59 +00:00
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.15"
)