The file that contains version number
| Type | Name and description |
|---|---|
VersionInfo |
bumpVersion(boolean updateNotable)Increments version number in the backing object (typically a file) and returns incremented version info instance. |
java.util.Collection<java.lang.String> |
getNotableVersions()Returns notable versions |
java.lang.String |
getPreviousVersion()Number of last released version |
java.lang.String |
getVersion()Version number |
boolean |
isNotableRelease()Informs if the current version is a notable release |
Increments version number in the backing object (typically a file) and returns incremented version info instance.
updateNotable - if true, the previous version will be included in the notable versions, too.Returns notable versions
Number of last released version
Version number
Informs if the current version is a notable release