build(gokord): bump version to 2.3.2
This commit is contained in:
parent
50256de970
commit
238e1027be
1 changed files with 2 additions and 2 deletions
4
main.go
4
main.go
|
@ -19,8 +19,8 @@ var (
|
|||
Version = gokord.Version{
|
||||
Major: 2,
|
||||
Minor: 3,
|
||||
Patch: 1,
|
||||
} // git version: 0.3.1 (it's the v2 of the bot)
|
||||
Patch: 2,
|
||||
} // git version: 0.3.2 (it's the v2 of the bot)
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue