build(gokord): bump version and fix updates.json

This commit is contained in:
Anhgelus Morhtuuzh 2025-05-21 18:53:21 +02:00
parent 63bd0a0e98
commit 453a3e235b
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5
2 changed files with 4 additions and 4 deletions

View file

@ -18,8 +18,8 @@ var (
updatesData []byte updatesData []byte
Version = gokord.Version{ Version = gokord.Version{
Major: 3, Major: 3,
Minor: 0, Minor: 1,
Patch: 1, Patch: 0,
} }
stopPeriodicReducer chan<- interface{} stopPeriodicReducer chan<- interface{}

View file

@ -20,12 +20,12 @@
} }
}, },
{ {
"version": "3.0.1", "version": "3.1.0",
"commands": { "commands": {
"added": [], "added": [],
"removed": [], "removed": [],
"updated": [ "updated": [
"config", "ping" "ping"
] ]
} }
} }