Fix formatting in versioning section of README

This commit is contained in:
mr. M
2024-12-22 00:43:05 +01:00
parent 067a9a2ade
commit 1f2b08f870

View File

@@ -45,11 +45,12 @@ We keep track of how many issues are closed at the end of the month in [docs/iss
### Versioning
Zen uses [Semantic Versioning](https://semver.org/) for versioning. Meaning, versions are displayed as `a.b.c-d.e` where:
* `a` is the major version
* `b` is the minor version
* `c` is the patch version
* `d` is the branch prefix
* `e` is the build number
- `a` is the major version
- `b` is the minor version
- `c` is the patch version
- `d` is the branch prefix
- `e` is the build number
### Branches