feat(*): bump version to 0.25.1

This commit is contained in:
Fedor Lapshin
2023-03-15 03:25:15 +03:00
parent 213a288375
commit b14883ab3e

View File

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