FOF30\Update\Update::setVersion PHP Method

setVersion() public method

Override the currently installed version as reported by the #__extensions table
public setVersion ( string $version )
$version string
    public function setVersion($version)
    {
        $this->version = $version;
    }