Update workerRoute version to 1.0.2
This commit is contained in:
@@ -132,7 +132,7 @@ class workerRoute
|
|||||||
'time' => date('Y-m-d H:i:s'),
|
'time' => date('Y-m-d H:i:s'),
|
||||||
'timezone' => date_default_timezone_get(),
|
'timezone' => date_default_timezone_get(),
|
||||||
'host' => gethostname(),
|
'host' => gethostname(),
|
||||||
'version' => '1.0.1',
|
'version' => '1.0.2',
|
||||||
'routes' => $router->countRoutes(),
|
'routes' => $router->countRoutes(),
|
||||||
'redis' => [
|
'redis' => [
|
||||||
'host' => $REDIS_CONFIG['host'],
|
'host' => $REDIS_CONFIG['host'],
|
||||||
|
|||||||
Reference in New Issue
Block a user