We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37beb68 commit 313f05bCopy full SHA for 313f05b
README.md
@@ -43,7 +43,7 @@ v300rc1.preRelease // "rc1-test"
43
v123 < v200 // true
44
SemanticVersion("2.0.0")! < SemanticVersion("2.0.1")! // true
45
// NB: beta versions come before their releases
46
-SemanticVersion("2.0.0")! < SemanticVersion("2.0.0-b1")! // false
+SemanticVersion("2.0.0")! > SemanticVersion("2.0.0-b1")! // true
47
v123 == SemanticVersion("1.2.3") // true
48
SemanticVersion("v1.2.3-beta1+build5")
49
== SemanticVersion(1, 2, 3, "beta1", "build5") // true
0 commit comments