Bump dev version to 0.10.0-alpha

This commit is contained in:
Bruce Marriner 2016-01-12 08:31:00 -06:00
parent e1bfc285a0
commit daa230a3c1

View file

@ -16,7 +16,7 @@ package discordgo
import "fmt"
// Discordgo Version, follows Symantic Versioning. (http://semver.org/)
const VERSION = "0.9.0"
const VERSION = "0.10.0-alpha"
// New creates a new Discord session and will automate some startup
// tasks if given enough information to do so. Currently you can pass zero