From 7ed70a416e00827c2c60109a026b97e2e036c5f1 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sat, 11 Nov 2017 15:07:55 +0000 Subject: [PATCH] Change version to v0.18.0-alpha --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index df4c499..df911cb 100644 --- a/discord.go +++ b/discord.go @@ -21,7 +21,7 @@ import ( ) // VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) -const VERSION = "0.17.0" +const VERSION = "0.18.0-alpha" // ErrMFA will be risen by New when the user has 2FA. var ErrMFA = errors.New("account has 2FA enabled")