Bump version for v0.8.0

This commit is contained in:
Bruce Marriner 2016-01-06 16:36:34 -06:00
parent f1775b9440
commit ad7b7603c6

View file

@ -16,7 +16,7 @@ package discordgo
import "fmt"
// DiscordGo Version, follows Symantic Versioning. (http://semver.org/)
const VERSION = "0.8.0-alpha"
const VERSION = "0.8.0"
/*
type Config struct {