Skip to content

Commit ea6fabb

Browse files
committed
Update Version
1 parent 393d100 commit ea6fabb

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.vscode/
1+
.vscode/

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [v3.7.3](https://github.com/Jrohy/multi-v2ray/releases/tag/v3.7.3)(2019-11-17)
4+
- 添加完整的docker功能, 包括实现容器内iptables流量统计、证书申请、命令补全
5+
实现iptables流量统计起容器时必须加入--privileged
6+
37
## [v3.7.2](https://github.com/Jrohy/multi-v2ray/releases/tag/v3.7.2)(2019-11-15)
48
- 优化脚本输入体验, 单个字符输入免回车
59

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.3b4'
1+
__version__ = '3.7.3'
22

33
from .util_core.trans import _

0 commit comments

Comments
 (0)