Bump version to 0.7.0

This commit is contained in:
Bruce Marriner 2015-12-29 13:45:28 -06:00
parent f2ccbd3522
commit 31e27aaffb

View file

@ -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 {