From 31e27aaffb380fe0883f8b081b2953eaffd59f60 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Tue, 29 Dec 2015 13:45:28 -0600 Subject: [PATCH] Bump version to 0.7.0 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 57bf9bb..28a2b46 100644 --- a/discord.go +++ b/discord.go @@ -16,7 +16,7 @@ package discordgo import "fmt" // DiscordGo Version, follows Symantic Versioning. (http://semver.org/) -const VERSION = "0.7.0-alpha" +const VERSION = "0.7.0" /* type Config struct {