diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-23 17:39:04 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-23 17:39:04 +0300 |
| commit | aff9d0ea15788f30fd8b62fb0252db3483648c12 (patch) | |
| tree | e2303c58cee85e49861c8353455f2ed40b03cc43 | |
| parent | 526426e2dda0b11c99b8e1c5e887d00884da01a4 (diff) | |
v1.6.0v1.6.0
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | config/version | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -24,10 +24,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.5.0`: +To install your desired version you can add the version to the end of install command. Example for ver `v1.6.0`: ``` -bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v1.5.0 +bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v1.6.0 ``` # SSL diff --git a/config/version b/config/version index 3e1ad720..ce6a70b9 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -1.5.0
\ No newline at end of file +1.6.0
\ No newline at end of file |
