Skip to content

Commit c711304

Browse files
committed
ok what im actually bad now
1 parent 4b6f281 commit c711304

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
Fixed a bug with branches and `plugin update`.
1212

13-
# v2.23.0
13+
# v2.24.0
1414

1515
### Added
1616

1717
Branch support for `plugin add` and in registry. Typically for developers.
1818

19+
# v2.23.0
20+
1921
### Added
2022

2123
Added a "Mutual servers" field to the genesis embed if:

bot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
SOFTWARE.
2626
"""
2727

28-
__version__ = "2.24.0"
28+
__version__ = "2.24.1"
2929

3030
import asyncio
3131
import logging

0 commit comments

Comments
 (0)