Skip to content

Commit 3e6b9cc

Browse files
committed
Update Version
1 parent 8022f5c commit 3e6b9cc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
## [v3.7.7](https://github.com/Jrohy/multi-v2ray/releases/tag/v3.7.7)(2020-01-11)
3+
- fix [#279](https://github.com/Jrohy/multi-v2ray/issues/279): 生成随机端口时进行端口检测是否占用, 同时不再用lsof来检测端口占用(去掉依赖), 换成python原生socket来检测
4+
25
## [v3.7.6](https://github.com/Jrohy/multi-v2ray/releases/tag/v3.7.6)(2020-01-03)
36
- 添加 docker 容器内update.sh命令支持
47

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.7.6'
1+
__version__ = '3.7.7'
22

33
from .util_core.trans import _

0 commit comments

Comments
 (0)