From 0993a94b4e1c3291bed2047f583f34792269355c Mon Sep 17 00:00:00 2001 From: Bruce Date: Mon, 15 May 2017 15:02:49 +0000 Subject: [PATCH] Bump version to 0.16.0 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index bb3a402c8..2f0b6fd47 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-dev" +const VERSION = "0.16.0" // ErrMFA will be risen by New when the user has 2FA. var ErrMFA = errors.New("account has 2FA enabled")