build(gokord): bump version and fix updates.json
This commit is contained in:
parent
63bd0a0e98
commit
453a3e235b
2 changed files with 4 additions and 4 deletions
4
main.go
4
main.go
|
@ -18,8 +18,8 @@ var (
|
|||
updatesData []byte
|
||||
Version = gokord.Version{
|
||||
Major: 3,
|
||||
Minor: 0,
|
||||
Patch: 1,
|
||||
Minor: 1,
|
||||
Patch: 0,
|
||||
}
|
||||
|
||||
stopPeriodicReducer chan<- interface{}
|
||||
|
|
|
@ -20,12 +20,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"version": "3.0.1",
|
||||
"version": "3.1.0",
|
||||
"commands": {
|
||||
"added": [],
|
||||
"removed": [],
|
||||
"updated": [
|
||||
"config", "ping"
|
||||
"ping"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue