Skip to content

Commit 64d3f1a

Browse files
committed
Update README.md
1 parent e96292a commit 64d3f1a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ v2ray [-h|--help] [options]
8585
status 查看 V2Ray 运行状态
8686
new 重建新的v2ray json配置文件
8787
update 更新 V2Ray 到最新Release版本
88+
update [version] 更新 V2Ray 到指定版本
8889
update.sh 更新 multi-v2ray 到最新版本
8990
add 新增mkcp + 随机一种 (srtp|wechat-video|utp|dtls|wireguard) header伪装的端口(Group)
9091
add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss] 新增一种协议的组,端口随机,如 v2ray add utp 为新增utp协议

README_EN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ v2ray [-h|--help] [options]
6767
status check V2Ray status
6868
new create new json profile
6969
update update v2ray to latest
70+
update [version] update v2ray to special version
7071
update.sh update multi-v2ray to latest
7172
add random create mkcp + (srtp|wechat-video|utp|dtls|wireguard) fake header group
7273
add [wechat|utp|srtp|dtls|wireguard|socks|mtproto|ss] create special protocol, random new port

v2ray_util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.8.4'
1+
__version__ = '3.8.5'
22

33
from .util_core.trans import _

0 commit comments

Comments
 (0)