From d4d47b65ee2dc63e72f51e1a8fd40e3b92fd548c Mon Sep 17 00:00:00 2001 From: Carson Hoffman Date: Sat, 23 Jan 2021 19:53:47 -0500 Subject: [PATCH] Bump library version to v0.23.0 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index 3bbcfa1..b8765de 100644 --- a/discord.go +++ b/discord.go @@ -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")