We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48686b commit 8601a7eCopy full SHA for 8601a7e
nextcord/ext/ipc/__init__.py
@@ -7,5 +7,5 @@
7
8
_VersionInfo = collections.namedtuple("_VersionInfo", "major minor micro release serial")
9
10
-version = "2.1.1"
11
-version_info = _VersionInfo(2, 1, 1, "final", 0)
+version = "2.2.0"
+version_info = _VersionInfo(2, 2, 0, "final", 0)
0 commit comments