Update workerRoute version to 1.0.2

This commit is contained in:
Jeppe Bundgaard
2026-04-14 18:58:47 +02:00
parent d7296e67d9
commit c23bfb6d2f
+1 -1
View File
@@ -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'],