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