Naneau\SemVer\Version::hasPreRelease PHP Method

hasPreRelease() public method

Does this Version have a pre release?
public hasPreRelease ( ) : boolean
return boolean
    public function hasPreRelease()
    {
        return $this->preRelease instanceof PreRelease;
    }