Bump Version to 0.13.0

This commit is contained in:
Bruce Marriner 2016-07-18 17:12:48 -05:00
parent ea72e85416
commit 11fa9dc906

View file

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