Bump version to 0.15.0

This commit is contained in:
Chris Rhodes 2016-12-10 06:47:14 -08:00
parent 002b6b91ca
commit 5835676872

View file

@ -16,7 +16,7 @@ package discordgo
import "fmt" import "fmt"
// VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/) // VERSION of Discordgo, follows Symantic Versioning. (http://semver.org/)
const VERSION = "0.14.0-dev" const VERSION = "0.15.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