Skip to content

Commit bf4a2fe

Browse files
committed
fix #421
1 parent 4cb5f62 commit bf4a2fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0'
1+
__version__ = '3.8.1'
22

33
from .util_core.trans import _

v2ray_util/config_modify/multiple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from ..util_core.v2ray import restart
77
from ..util_core.writer import NodeWriter, GroupWriter
8-
from ..util_core.group import Vmess, Socks, Mtproto, SS, Vless
8+
from ..util_core.group import Vmess, Socks, Mtproto, SS, Vless, Trojan
99
from ..util_core.selector import GroupSelector, ClientSelector
1010
from ..util_core.utils import StreamType, stream_list, is_email, clean_iptables, random_email, ColorStr, readchar, random_port, port_is_use
1111

0 commit comments

Comments
 (0)