build(gokord): bump version to 3.1.1

This commit is contained in:
Anhgelus Morhtuuzh 2025-05-21 19:07:11 +02:00
parent b59da2cca7
commit 7807211863
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5

View file

@ -19,7 +19,7 @@ var (
Version = gokord.Version{
Major: 3,
Minor: 1,
Patch: 0,
Patch: 1,
}
stopPeriodicReducer chan<- interface{}