v3.7.0.30.20

This commit is contained in:
Changhua 2023-03-12 00:31:51 +08:00
parent 1fddf89570
commit 93f3b89774
2 changed files with 4 additions and 1 deletions

View File

@ -112,6 +112,9 @@ RPC 的通信部分和序列化 / 反序列化部分。
跟 `launcher` 类似,命令行版启动器。
## 版本更新
### v3.7.0.30.202023.03.12
修复 wxid 获取问题。
### v3.7.0.30.192023.03.06
修复重复消息问题。

View File

@ -19,7 +19,7 @@ WCF_ROOT = os.path.abspath(os.path.dirname(__file__))
sys.path.insert(0, WCF_ROOT)
import wcf_pb2 # noqa
__version__ = "3.7.0.30.19.2"
__version__ = "3.7.0.30.20"
def _retry():