1
0
Fork 0
freesewing/markdown/dev/reference/api/config/version/en.md

19 lines
332 B
Markdown
Raw Normal View History

---
title: version
---
2022-02-05 17:44:23 +01:00
The `version` key in the pattern configuration holds the version
of the pattern. For a pattern that is published as an NPM package
this is typically the same version as set in the `package.json` file.
## Structure
A string that holds a valid semantic version number.
## Example
```
version: "0.3.1"
```