Update YHSH.py

更新版本号
This commit is contained in:
CHERWING 2024-04-17 00:41:20 +08:00 committed by GitHub
parent 0fd2d9fc34
commit aeb07cae8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1074,7 +1074,7 @@ export SCRIPT_UPDATE = 'False' 关闭脚本自动更新,默认开启
@Author CHERWIN
''')
local_script_name = os.path.basename(__file__)
local_version = '2024.04.07'
local_version = '2024.04.17'
if os.path.isfile('CHERWIN_TOOLS.py'):
import_Tools()
else: