File has no .version field
Type URI: https://modeled-information-format.github.io/mif-rs/references/errors/version-missing/v1
HTTP status: 422
Exit code: 2
Emitted by: mif-rh (MifRhError::VersionMissing)
Message
Section titled “Message”{path} has no .versionThis fires when mif-rh reads a file that is expected to carry a .version
field for a version-bump operation, but the field is absent entirely. Without
it, there is no current version to compare a requested bump against.
Suggested fix
Section titled “Suggested fix”MaybeIncorrect — add a .version field to the file, then retry.