Version is a Swift Library, which enables to represent and compare semantic version numbers. It follows Semantic Versioning 2.0.0.
The representation is:
- Comparable
- Hashable & Equatable
- String Literal Convertible
- Printable

Version is a Swift Library, which enables to represent and compare semantic version numbers. It follows Semantic Versioning 2.0.0.
The representation is: