build(version): bump to 3.0.1

This commit is contained in:
Anhgelus Morhtuuzh 2025-05-13 22:34:19 +02:00
parent 36fa50a397
commit d10813a973
Signed by: anhgelus
GPG key ID: CAD341EFA92DDDE5

View file

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