Skip to content

Commit

Permalink
fix Jrohy#421
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Oct 12, 2020
1 parent 229f2cc commit dc2f955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2ray_util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '3.8.0'
__version__ = '3.8.1'

from .util_core.trans import _
2 changes: 1 addition & 1 deletion v2ray_util/config_modify/multiple.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from ..util_core.v2ray import restart
from ..util_core.writer import NodeWriter, GroupWriter
from ..util_core.group import Vmess, Socks, Mtproto, SS, Vless
from ..util_core.group import Vmess, Socks, Mtproto, SS, Vless, Trojan
from ..util_core.selector import GroupSelector, ClientSelector
from ..util_core.utils import StreamType, stream_list, is_email, clean_iptables, random_email, ColorStr, readchar, random_port, port_is_use

Expand Down

0 comments on commit dc2f955

Please sign in to comment.