Skip to content

Commit

Permalink
v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza0 committed Mar 13, 2024
1 parent b6fe0c9 commit fa541b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/alireza0/x-ui/master/install.s

## Install Custom Version

**Step 1:** To install your desired version, add the version to the end of the installation command. e.g., ver `1.7.1`:
**Step 1:** To install your desired version, add the version to the end of the installation command. e.g., ver `1.8.0`:

```sh
bash <(curl -Ls https://raw.githubusercontent.com/alireza0/x-ui/master/install.sh) 1.7.1
bash <(curl -Ls https://raw.githubusercontent.com/alireza0/x-ui/master/install.sh) 1.8.0
```

## Manual Install & Upgrade
Expand Down
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.2
1.8.0
1 change: 0 additions & 1 deletion sub/subController.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func (a *SUBController) initRouter(g *gin.RouterGroup) {
}

func (a *SUBController) subs(c *gin.Context) {
println(c.Request.Header["User-Agent"][0])
subId := c.Param("subid")
host := strings.Split(c.Request.Host, ":")[0]
subs, header, err := a.subService.GetSubs(subId, host)
Expand Down

0 comments on commit fa541b4

Please sign in to comment.