Bump version to v0.10.0

This commit is contained in:
Bruce Marriner 2016-01-27 13:27:21 -06:00
parent 99351beaf0
commit fd42d568ec

View file

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