Skip to content

Commit

Permalink
Bump library version to v0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonHoffman committed Jan 24, 2021
1 parent cbfa831 commit d4d47b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
const VERSION = "0.23.0-v8alpha"
const VERSION = "0.23.0"

// ErrMFA will be risen by New when the user has 2FA.
var ErrMFA = errors.New("account has 2FA enabled")
Expand Down

0 comments on commit d4d47b6

Please sign in to comment.