Skip to content

Commit

Permalink
Merge pull request #100 from HisAtri/patch-b1
Browse files Browse the repository at this point in the history
更新版本号
  • Loading branch information
HisAtri authored Nov 18, 2024
2 parents 3cc1ba1 + 776dba4 commit 1c98085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/args/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self):
self.port = first(env_args.port, kw_args.port, config_args.port, default.port)
self.ip = first(config_args.ip, default.ip)
self.debug = kw_args.debug
self.version = "1.5.6"
self.version = "1.5.7"

def valid(self, key) -> bool:
"""
Expand Down

0 comments on commit 1c98085

Please sign in to comment.