From 97489e743abe004a3d4865746c4c7f261aca4e10 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 13 Mar 2024 01:45:25 +0330 Subject: [PATCH] v2.2.6 --- README.md | 4 ++-- README.zh.md | 4 ++-- config/version | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1c6e3fbca..22260ad8bf 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install. ## Install Custom Version -To install your desired version, add the version to the end of the installation command. e.g., ver `v2.2.5`: +To install your desired version, add the version to the end of the installation command. e.g., ver `v2.2.6`: ``` -bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.2.5 +bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.2.6 ``` ## SSL Certificate diff --git a/README.zh.md b/README.zh.md index f4444c4da9..fc7bf460f1 100644 --- a/README.zh.md +++ b/README.zh.md @@ -28,10 +28,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install. ## 安装指定版本 -要安装所需的版本,请将该版本添加到安装命令的末尾。 e.g., ver `v2.2.5`: +要安装所需的版本,请将该版本添加到安装命令的末尾。 e.g., ver `v2.2.6`: ``` -bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.2.5 +bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.2.6 ``` ## SSL 认证 diff --git a/config/version b/config/version index ecf00d9019..1506473e24 100644 --- a/config/version +++ b/config/version @@ -1 +1 @@ -2.2.5 \ No newline at end of file +2.2.6 \ No newline at end of file