From eb3514551b4e8a261f880ea6dae2b7efac9f5ade Mon Sep 17 00:00:00 2001 From: Carson Hoffman Date: Sun, 21 Jun 2020 08:06:30 -0400 Subject: [PATCH] Bump version to v0.21.1 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 714a953..d579ce6 100644 --- a/discord.go +++ b/discord.go @@ -22,7 +22,7 @@ import ( ) // VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) -const VERSION = "0.21.0" +const VERSION = "0.21.1" // ErrMFA will be risen by New when the user has 2FA. var ErrMFA = errors.New("account has 2FA enabled")