build(gokord): bump bot version

This commit is contained in:
Anhgelus Morhtuuzh 2025-08-06 15:52:50 +02:00
parent b9466f8122
commit 4aa8b9ec67
Signed by: anhgelus
GPG key ID: 617773CACE89052C

View file

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