Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit cbf9908

Browse files
authored
feat(*): bump version to 0.27.0
1 parent d583fd1 commit cbf9908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
)
2323

2424
// VERSION of DiscordGo, follows Semantic Versioning. (http://semver.org/)
25-
const VERSION = "0.26.1"
25+
const VERSION = "0.27.0"
2626

2727
// New creates a new Discord session with provided token.
2828
// If the token is for a bot, it must be prefixed with "Bot "

0 commit comments

Comments
 (0)