From ff4fe92c9f9a3b77d425928d14c04d6019a55c45 Mon Sep 17 00:00:00 2001 From: Quoc-Anh Nguyen <9426721+imcvampire@users.noreply.github.com> Date: Thu, 6 Mar 2025 03:10:51 +0200 Subject: [PATCH] Update README.md: fix small typo on version format Signed-off-by: Quoc-Anh Nguyen <9426721+imcvampire@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c0f170f0..dfa52dcdd 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ 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/), meaning versions are displayed as `a.bc.d` where: +Zen uses [Semantic Versioning](https://semver.org/), meaning versions are displayed as `a.b.cd` where: - `a` is the major version - `b` is the minor version