diff options
| author | William Hergès <william@herges.fr> | 2025-08-06 15:52:50 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-06 15:52:50 +0200 |
| commit | 4aa8b9ec67501a4580a402f60c9ec1a35ae2de29 (patch) | |
| tree | c1fb3c63b6171927e8f37f6e0fc3f95769ceb53a | |
| parent | b9466f812284bb6feb793de6229cf7266dc24361 (diff) | |
build(gokord): bump bot version
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ var ( updatesData []byte Version = gokord.Version{ Major: 3, - Minor: 1, - Patch: 3, + Minor: 2, + Patch: 0, } stopPeriodicReducer chan<- interface{} |
