Airship\Engine\Continuum\Installers\InstallFile::getVersion PHP Method

getVersion() public method

Get the version of a particular update file.
public getVersion ( ) : string
return string
    public function getVersion() : string
    {
        return $this->version;
    }