Avail Version
data class AvailVersion(val major: Int, val minor: Int, val revision: Int, val suffix: AvailVersion.Suffix, val suffixVersion: Int = 0, val isValid: Boolean = true) : Comparable<AvailVersion>
A version for Avail.
Author
Richard Arriaga
Types
Link copied to clipboard
The acceptable suffixes for an AvailVersion. The enum name is what should be used as the actual suffix.
Properties
Link copied to clipboard
The Suffix of the version.
Link copied to clipboard
The numeric version of the suffix; e.g. alpha01.