Skip to content

Commit 30e3e34

Browse files
committed
Fix bot version
1 parent 72dac8f commit 30e3e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
SOFTWARE.
2323
"""
2424

25-
__version__ = "2.21.1"
25+
__version__ = "2.22.0"
2626

2727
import asyncio
2828
import logging

0 commit comments

Comments
 (0)