Version

fun Version(major: Int, minor: Int, patch: Int, preRelease: String? = null, buildMetadata: String? = null)

Constructs a semantic version from the given arguments following the pattern: <major>.<minor>.<patch>-<preRelease>+<buildMetadata>

Sources

Link copied to clipboard