isLowerThan

fun isLowerThan(version: String): Boolean

Return

true if the current version is lower than the provided version

See also

.isLowerThan

Parameters

version

the version to compare

fun isLowerThan(version: Semver): Boolean

Checks if the version is lower than another version

Return

true if the current version is lower than the provided version

Parameters

version

the version to compare