Skip to content

Commit b8176d5

Browse files
committed
chore: bump version to 2.8.2
1 parent f7477eb commit b8176d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: disnake/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__author__ = "Rapptz, EQUENOS"
1616
__license__ = "MIT"
1717
__copyright__ = "Copyright 2015-present Rapptz, 2021-present EQUENOS"
18-
__version__ = "2.8.1"
18+
__version__ = "2.8.2"
1919

2020
__path__ = __import__("pkgutil").extend_path(__path__, __name__)
2121

@@ -81,6 +81,6 @@ class VersionInfo(NamedTuple):
8181
serial: int
8282

8383

84-
version_info: VersionInfo = VersionInfo(major=2, minor=8, micro=1, releaselevel="final", serial=0)
84+
version_info: VersionInfo = VersionInfo(major=2, minor=8, micro=2, releaselevel="final", serial=0)
8585

8686
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 commit comments

Comments
 (0)