Bump version to 0.16.0

This commit is contained in:
Bruce 2017-05-15 15:02:49 +00:00
parent 2feb43f068
commit 0993a94b4e

View file

@ -21,7 +21,7 @@ import (
)
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
const VERSION = "0.16.0-dev"
const VERSION = "0.16.0"
// ErrMFA will be risen by New when the user has 2FA.
var ErrMFA = errors.New("account has 2FA enabled")