Gets the version extra string at the end of the version number.
string|null The version extra string if available, or otherwise NULL.
public function getVersionExtra() : ?string { return $this->versionExtra; }