feat(*): bump version to 0.27.1

This commit is contained in:
Fedor Lapshin 2023-03-10 02:39:49 +03:00
parent 1115a47c5d
commit cd4f875097
No known key found for this signature in database
GPG key ID: 492D745FB49D2DAB

View file

@ -22,7 +22,7 @@ import (
)
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
const VERSION = "0.27.0"
const VERSION = "0.27.1"
// New creates a new Discord session with provided token.
// If the token is for a bot, it must be prefixed with "Bot "