From cbf9908143bfd53b0c56e6268c7d841a0c3b8af9 Mon Sep 17 00:00:00 2001 From: Fedor Lapshin Date: Wed, 18 Jan 2023 02:08:41 +0300 Subject: [PATCH] feat(*): bump version to 0.27.0 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index fc7b6d7a3..0b571764d 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.1" +const VERSION = "0.27.0" // New creates a new Discord session with provided token. // If the token is for a bot, it must be prefixed with "Bot "