Bump version for 0.7.0-alpha for development

This commit is contained in:
Bruce Marriner 2015-12-21 11:52:54 -06:00
parent cc6280cee3
commit ff03e10888

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.6.0" const VERSION = "0.7.0-alpha"
/* /*
type Config struct { type Config struct {