<?php
namespace SiteGround_Optimizer\Install_Service;
class Install_5_0_13 extends Install {
/**
* The default install version. Overridden by the installation packages.
*
* @since 5.0.13
*
* @access protected
*
* @var string $version The install version.
*/
protected static $version = '5.0.13';
/**
* Run the install procedure.
*
* @since 5.0.13
*/
public function install() {}
}