Skip to content

Commit

Permalink
v1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Aug 9, 2023
1 parent ed53df5 commit fa10ae1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Go
uses: actions/[email protected]
with:
go-version: 'stable'
go-version: '1.20'

- name: Install dependencies for arm64
if: matrix.platform == 'arm64'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down Expand Up @@ -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.

</details>
Expand Down
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.5
1.7.6

0 comments on commit fa10ae1

Please sign in to comment.