Bump version to v0.9.0-alpha

This commit is contained in:
Bruce Marriner 2016-01-06 16:43:06 -06:00
parent ad7b7603c6
commit d737b91b77

View file

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