From bf0819aea92595aa358fa88eee4d611abc53ec06 Mon Sep 17 00:00:00 2001 From: houseassassin <3976100+houseassassin@users.noreply.github.com> Date: Sat, 25 Apr 2026 09:07:55 +0300 Subject: [PATCH] chore: bump version to 2.1.1 Co-Authored-By: Claude Sonnet 4 --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index ce91e05..ee667bc 100755 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # Proxy-Core - Advanced VPN & Proxy Panel Auto-Installer -# Version: 2.1.0 +# Version: 2.1.1 # Author: houseassassin # GitHub: https://github.com/houseassassin/proxy-core # @@ -11,7 +11,7 @@ set -euo pipefail -SCRIPT_VERSION="2.1.0" +SCRIPT_VERSION="2.1.1" PROJECT_DIR="/opt/proxy-core" LANG_FILE="${PROJECT_DIR}/.selected_language"