We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6f281 commit c711304Copy full SHA for c711304
CHANGELOG.md
@@ -10,12 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
Fixed a bug with branches and `plugin update`.
12
13
-# v2.23.0
+# v2.24.0
14
15
### Added
16
17
Branch support for `plugin add` and in registry. Typically for developers.
18
19
+# v2.23.0
20
+
21
22
23
Added a "Mutual servers" field to the genesis embed if:
bot.py
@@ -25,7 +25,7 @@
25
SOFTWARE.
26
"""
27
28
-__version__ = "2.24.0"
+__version__ = "2.24.1"
29
30
import asyncio
31
import logging
0 commit comments