From 820e41c9c90b8ad2ba5f9a8724c93c90b7f17e6d Mon Sep 17 00:00:00 2001 From: Starry-OvO Date: Fri, 10 May 2024 14:58:15 +0800 Subject: [PATCH] chore: bump client version to 12.60.4.1 --- .gitignore | 1 + aiotieba/const.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d85a1ab..579de58e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.py[cd] __pycache__ +log/ dist/ build/ diff --git a/aiotieba/const.py b/aiotieba/const.py index 025c104f..41580bb8 100644 --- a/aiotieba/const.py +++ b/aiotieba/const.py @@ -1,4 +1,4 @@ -MAIN_VERSION = "12.60.1.2" +MAIN_VERSION = "12.60.4.1" POST_VERSION = "12.35.1.0" APP_SECURE_SCHEME = "https"