Bump develop branch to version 0.8.0-alpha

This commit is contained in:
Bruce Marriner 2015-12-29 13:48:18 -06:00
parent 31e27aaffb
commit 4e90b453b6

View file

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