Companion

object Companion

Companion object of Version.

Functions

Link copied to clipboard
fun parse(versionString: String): Version

Parses the versionString as a Version and returns the result or throws a VersionFormatException if the string is not a valid representation of a semantic version.

Properties

Link copied to clipboard
val min: Version

The 0.0.0 semantic version.

Sources

Link copied to clipboard