From ced3d3bf24467934da9923e860daf751a2798d24 Mon Sep 17 00:00:00 2001 From: Roj Date: Mon, 20 Dec 2021 17:04:31 +0300 Subject: [PATCH] Fix punctuation --- Software-Development/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software-Development/README.md b/Software-Development/README.md index 0eff080..45f4843 100644 --- a/Software-Development/README.md +++ b/Software-Development/README.md @@ -164,7 +164,7 @@ Each release development must come with a time plan that is approved by the Head ### Versioning -We follow the [Semantic Versioning 2.0.0](https://semver.org/) standards to version releases. Accordingly, software applications must be versioned with the following pattern: `MAJOR.MINOR.PATCH.` +We follow the [Semantic Versioning 2.0.0](https://semver.org/) standards to version releases. Accordingly, software applications must be versioned with the following pattern: `MAJOR.MINOR.PATCH`. #### Releases