From cadf36c775f5d06df6fb3749502a6e2ea0e58137 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Sat, 20 Feb 2016 20:53:56 -0600 Subject: [PATCH] Bump to v0.11.0 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index e340a9b71..f3ab96e25 100644 --- a/discord.go +++ b/discord.go @@ -19,7 +19,7 @@ import ( ) // VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/) -const VERSION = "0.11.0-alpha" +const VERSION = "0.11.0" // New creates a new Discord session and will automate some startup // tasks if given enough information to do so. Currently you can pass zero