From 26e3cf8523b798d7d03354d5197c09dadae7c6e3 Mon Sep 17 00:00:00 2001 From: jeffhandley Date: Thu, 7 Mar 2013 17:37:34 -0800 Subject: [PATCH] Removed an extraneous slash --- semver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/semver.md b/semver.md index 9f4ad9c..306aeb3 100644 --- a/semver.md +++ b/semver.md @@ -82,7 +82,7 @@ version. Examples: 1.0.0-alpha, 1.0.0-alpha.1, 1.0.0-0.3.7, 1.0.0-x.7.z.92. 1. Unique build metadata MAY be denoted by appending a plus `+` and a series of dot separated identifiers immediately following the patch or pre-release version. While identifiers MUST be comprised of only ASCII alphanumerics and -hyphens [0-9A-Za-z\\-], their values only define uniqueness. The Semantic +hyphens [0-9A-Za-z\-], their values only define uniqueness. The Semantic Versioning specation intentionally omits precedence rule definitions for comparing two versions where only build metadata is different. Furthermore, this specification does not define precedence rules for comparing a version