We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03826ef commit 05e94aeCopy full SHA for 05e94ae
interactions/ext/lavalink/base.py
@@ -2,7 +2,7 @@
2
from interactions.ext.version import Version, VersionAuthor
3
4
__all__ = ["version", "base"]
5
-__version__ = "0.1.1"
+__version__ = "0.1.2"
6
7
version = Version(
8
version=__version__, author=VersionAuthor(name="Damego", email="[email protected]")
0 commit comments