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
Version = gokord.Version{
Major: 3,
Minor: 0,
Patch: 1,
Minor: 1,
Patch: 0,
}
stopPeriodicReducer chan<- interface{}