From 33f2fa8d81a4bd5d2276ca951c68560e27020ef4 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Tue, 12 Apr 2016 12:35:34 -0500 Subject: [PATCH] Bump version to v0.13.0-alpha --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 2988afe..99a343f 100644 --- a/discord.go +++ b/discord.go @@ -19,7 +19,7 @@ import ( ) // VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/) -const VERSION = "0.12.0" +const VERSION = "0.13.0-alpha" // New creates a new Discord session and will automate some startup // tasks if given enough information to do so. Currently you can pass zero