From 09bac5d032755fb600b6d47fc221170e7c30c70a Mon Sep 17 00:00:00 2001 From: Carson Hoffman Date: Sun, 28 Jun 2020 16:38:58 -0400 Subject: [PATCH] Change to develop version --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index d579ce6..01da1ae 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.1" +const VERSION = "0.21.1-develop" // ErrMFA will be risen by New when the user has 2FA. var ErrMFA = errors.New("account has 2FA enabled")