Up version to 0.6.0-alpha

This commit is contained in:
Bruce Marriner 2015-12-21 09:48:07 -06:00
parent 8c301a4126
commit 0a5055904c

View file

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