1
0
Fork 0
freesewing/markdown/dev/reference/api/config/version/en.md
2022-02-19 08:04:25 +01:00

15 lines
327 B
Markdown

---
title: version
---
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"