|
@@ -8,7 +8,7 @@ namespace Amnuts\Opcache;
|
|
|
* A simple but effective single-file GUI for the OPcache PHP extension.
|
|
|
*
|
|
|
* @author Andrew Collington, andy@amnuts.com
|
|
|
- * @version 3.5.0
|
|
|
+ * @version 3.5.1
|
|
|
* @link https://github.com/amnuts/opcache-gui
|
|
|
* @license MIT, https://acollington.mit-license.org/
|
|
|
*/
|
|
@@ -65,7 +65,7 @@ use Exception;
|
|
|
|
|
|
class Service
|
|
|
{
|
|
|
- public const VERSION = '3.5.0';
|
|
|
+ public const VERSION = '3.5.1';
|
|
|
|
|
|
protected $tz;
|
|
|
protected $data;
|