feat(*): bump version to 0.26.1
This commit is contained in:
parent
aa9af1488f
commit
fea3d77574
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
|
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
|
||||||
const VERSION = "0.26.0"
|
const VERSION = "0.26.1"
|
||||||
|
|
||||||
// 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 "
|
||||||
|
|
Loading…
Reference in a new issue