pocketmine\utils\VersionString::getRelease PHP Method

getRelease() public method

public getRelease ( )
    public function getRelease()
    {
        return $this->generation . "." . $this->major . ($this->minor > 0 ? "." . $this->minor : "");
    }