From de1f366dc513b2186e64a3c2e03a0fe0d68d135f Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Wed, 12 Mar 2025 10:08:15 +0330 Subject: [PATCH] Replace version.sh with version.py --- core/cli_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/cli_api.py b/core/cli_api.py index 9f20d07..ddf0d66 100644 --- a/core/cli_api.py +++ b/core/cli_api.py @@ -47,7 +47,7 @@ class Command(Enum): CONFIGURE_WARP = os.path.join(SCRIPT_DIR, 'warp', 'configure.sh') STATUS_WARP = os.path.join(SCRIPT_DIR, 'warp', 'status.sh') SERVICES_STATUS = os.path.join(SCRIPT_DIR, 'services_status.sh') - VERSION = os.path.join(SCRIPT_DIR, 'hysteria2', 'version.sh') + VERSION = os.path.join(SCRIPT_DIR, 'hysteria2', 'version.py') # region Custom Exceptions