diff options
Diffstat (limited to 'manifest-reference.md')
-rw-r--r-- | manifest-reference.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index cd79b0b..0a68c6a 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -78,6 +78,14 @@ A standardized way to manage and specify versions is the [Semantic Versioning] s version = "1.0.0" ``` +The version entry can also contain a filename relative to the project root, which contains the version number of the project + +*Example:* + +```toml +version = "VERSION" +``` + [Semantic Versioning]: https://semver.org |