@@ -7,4 +7,4 @@ declare(strict_types=1);
*/
define('BASE_PATH', __DIR__ . '/..');
-define('VERSION', '2022.8');
+define('VERSION', '2022.9');
@@ -108,7 +108,7 @@ final class NodeController extends BaseController
'server' => $node_server,
'custom_config' => json_decode($node->custom_config, true, JSON_UNESCAPED_SLASHES),
'type' => 'SSPanel-UIM',
- 'version' => '2022.8',
+ 'version' => VERSION,
];
$res = [