diff --git a/discord.go b/discord.go index d28fbfaa5..494ee15eb 100644 --- a/discord.go +++ b/discord.go @@ -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 "