From 94c6dec6862d7c23e77d4172a4e2ae8dc88835bb Mon Sep 17 00:00:00 2001 From: Chris Rhodes Date: Fri, 2 Nov 2018 11:19:32 -0700 Subject: [PATCH] Version 0.19.0 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index c6751426b..cdac67fe2 100644 --- a/discord.go +++ b/discord.go @@ -21,7 +21,7 @@ import ( ) // VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) -const VERSION = "0.18.0" +const VERSION = "0.19.0" // ErrMFA will be risen by New when the user has 2FA. var ErrMFA = errors.New("account has 2FA enabled")