diff --git a/services/nginx/app/routes/workerRoute.php b/services/nginx/app/routes/workerRoute.php index b25c81aa..20b01ffc 100644 --- a/services/nginx/app/routes/workerRoute.php +++ b/services/nginx/app/routes/workerRoute.php @@ -132,7 +132,7 @@ class workerRoute 'time' => date('Y-m-d H:i:s'), 'timezone' => date_default_timezone_get(), 'host' => gethostname(), - 'version' => '1.0.1', + 'version' => '1.0.2', 'routes' => $router->countRoutes(), 'redis' => [ 'host' => $REDIS_CONFIG['host'],