feat(*): bump version to 0.24.2

This commit is contained in:
Fedor Lapshin
2024-01-10 11:19:33 +03:00
parent 0040bfc267
commit 20c19bdf94

View File

@@ -20,7 +20,7 @@ import (
)
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
const VERSION = "0.24.1"
const VERSION = "0.24.2"
// New creates a new Discord session with provided token.
// If the token is for a bot, it must be prefixed with "Bot "