From e184c57068de4d38922aec306e4d2ff71c609583 Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Fri, 2 Nov 2018 11:22:31 -0700 Subject: [PATCH] Discord v0.20.0-alpha --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index cdac67f..77d1341 100644 --- a/discord.go +++ b/discord.go @@ -21,7 +21,7 @@ import ( ) // VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) -const VERSION = "0.19.0" +const VERSION = "0.20.0-alpha" // ErrMFA will be risen by New when the user has 2FA. var ErrMFA = errors.New("account has 2FA enabled")