v39.2.4.0

This commit is contained in:
Changhua 2024-07-08 22:10:03 +08:00
parent bbbaeb570a
commit 1c1625ad7e
2 changed files with 3 additions and 3 deletions

View File

@ -44,8 +44,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc
## 版本更新
### v39.2.3.1 (2024.07.08)
* 添加 x32/x64 检测防止崩溃
### v39.2.4.0 (2024.07.08)
* 修复 wxid 问题
<details><summary>点击查看更多</summary>

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
__version__ = "39.2.3.1"
__version__ = "39.2.4.0"
import atexit
import base64