From f2cad25dc928189d06fe4027d1f13b6e7c1c6e50 Mon Sep 17 00:00:00 2001 From: Bruce Date: Mon, 15 May 2017 16:12:45 +0000 Subject: [PATCH] Bump version to v0.17.0-dev --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 2f0b6fd..67ca944 100644 --- a/discord.go +++ b/discord.go @@ -21,7 +21,7 @@ import ( ) // VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) -const VERSION = "0.16.0" +const VERSION = "0.17.0-dev" // ErrMFA will be risen by New when the user has 2FA. var ErrMFA = errors.New("account has 2FA enabled")