Bump version to 0.6.0

This commit is contained in:
Bruce Marriner 2015-12-21 11:48:11 -06:00
parent ebbe3e3828
commit cc6280cee3

View file

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