Fix @ issue

This commit is contained in:
Changhua
2023-07-15 07:01:48 +08:00
parent 62d905904e
commit 326f7fa8d0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -131,8 +131,8 @@ python -m grpc_tools.protoc --python_out=. --proto_path=../../rpc/proto/ wcf.pro
* `y``WeChatFerry` 的版本,从 0 开始 * `y``WeChatFerry` 的版本,从 0 开始
* `z` 是各客户端的版本,从 0 开始 * `z` 是各客户端的版本,从 0 开始
### 39.0.0.0 (2023.07.14) ### 39.0.0.1 (2023.07.15)
支持微信 `3.9.2.23` 修复不能 @ 问题
功能: 功能:
+1 -1
View File
@@ -1,7 +1,7 @@
#! /usr/bin/env python3 #! /usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = "39.0.0.0" __version__ = "39.0.0.1"
import atexit import atexit
import base64 import base64