diff --git a/discord.go b/discord.go index 80c9ae624..f267a5c64 100644 --- a/discord.go +++ b/discord.go @@ -22,7 +22,7 @@ import ( ) // VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) -const VERSION = "0.26.2" +const VERSION = "0.26.3" // New creates a new Discord session with provided token. // If the token is for a bot, it must be prefixed with "Bot "