feat(*): bumped version to 0.24.0

This commit is contained in:
nitroflap 2022-03-02 22:32:28 +03:00
parent 6cfbd16e1d
commit 45e625d5af
No known key found for this signature in database
GPG key ID: 810F53DB0E0F81A8

View file

@ -20,7 +20,7 @@ import (
) )
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/) // 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. // New creates a new Discord session with provided token.
// If the token is for a bot, it must be prefixed with "Bot " // If the token is for a bot, it must be prefixed with "Bot "