Skip to content

Commit

Permalink
config.md: make the version a semver
Browse files Browse the repository at this point in the history
As suggested in #15 make this a semver so we have some interpretation of
compatibility.
  • Loading branch information
Brandon Philips committed Jun 30, 2015
1 parent 8af3eb6 commit 9c90ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Below is a detailed description of each field defined in the configuration forma

## Manifest version

* **version** (string, required) specifies the version of the OCF specification which the container bundle complies with. If the container is compliant with multiple versions, it SHOULD advertise the most recent known version to be supported.
* **version** (string, required) must be in SemVer v2.0.0 format and specifies the version of the OCF specification which the container bundle complies. The Open Container spec follows semantic versioning and retain forward and backwards compatibility within major versions. For example, if an implementation is compliant against version 1.0.1 of the spec, it is compatible with the complete 1.x series.

*Example*

Expand Down

0 comments on commit 9c90ccd

Please sign in to comment.