From fa10ae14f730657b4b3d336a63aa9d2e6957e5c3 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 9 Aug 2023 15:08:05 +0330 Subject: [PATCH] v1.7.6 --- .github/workflows/release.yml | 2 +- README.md | 8 ++++---- config/version | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2028d767..69134b5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4.1.0 with: - go-version: 'stable' + go-version: '1.20' - name: Install dependencies for arm64 if: matrix.platform == 'arm64' diff --git a/README.md b/README.md index edfb57f1..8849dcda 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install. # Install custom version -To install your desired version you can add the version to the end of install command. Example for ver `v1.7.1`: +To install your desired version you can add the version to the end of install command. Example for ver `v1.7.6`: ``` -bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v1.7.1 +bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v1.7.6 ``` # SSL @@ -37,7 +37,7 @@ certbot certonly --standalone --agree-tos --register-unsafely-without-email -d y certbot renew --dry-run ``` -You also can use `x-ui` menu then select `16. SSL Certificate Management` +You also can use `x-ui` menu then select `SSL Certificate Management` # Features @@ -207,7 +207,7 @@ If you want to use routing to WARP follow steps as below: - To make IP Limit work properly, you need to install fail2ban and its required files by following these steps: 1. Use the `x-ui` command inside the shell. - 2. Select `16. IP Limit Management`. + 2. Select `IP Limit Management`. 3. Choose the appropriate options based on your needs. diff --git a/config/version b/config/version index 5849151f..d2634851 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.7.5 \ No newline at end of file +1.7.6 \ No newline at end of file