diff options
author | Kyomotoi <[email protected]> | 2022-06-20 16:11:01 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-06-20 16:11:01 +0800 |
commit | 0e44e540b4db08dab74c4b600d8249b8f45354ad (patch) | |
tree | 135951964518c33a96fa7b45b9eeb185570a73d4 /ATRI | |
parent | 7c58cb57733530c71bb64bb4d1c80e597f645925 (diff) | |
download | ATRI-0e44e540b4db08dab74c4b600d8249b8f45354ad.tar.gz ATRI-0e44e540b4db08dab74c4b600d8249b8f45354ad.tar.bz2 ATRI-0e44e540b4db08dab74c4b600d8249b8f45354ad.zip |
🔖 发布版本: YHN-001-A06.fix1
Diffstat (limited to 'ATRI')
-rw-r--r-- | ATRI/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ATRI/__init__.py b/ATRI/__init__.py index 93df826..9054e85 100644 --- a/ATRI/__init__.py +++ b/ATRI/__init__.py @@ -5,7 +5,7 @@ from nonebot.adapters.onebot.v11 import Adapter from .config import RUNTIME_CONFIG, InlineGoCQHTTP -__version__ = "YHN-001-A06" +__version__ = "YHN-001-A06.fix1" def asgi(): |