From 45e625d5af0a09956c791db6a2947a22c55d9049 Mon Sep 17 00:00:00 2001 From: nitroflap Date: Wed, 2 Mar 2022 22:32:28 +0300 Subject: [PATCH] feat(*): bumped version to 0.24.0 --- discord.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.go b/discord.go index a453a4d..74f4190 100644 --- a/discord.go +++ b/discord.go @@ -20,7 +20,7 @@ import ( ) // VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) -const VERSION = "0.23.0" +const VERSION = "0.24.0" // New creates a new Discord session with provided token. // If the token is for a bot, it must be prefixed with "Bot "