aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-06-05 15:20:34 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-06-05 15:20:34 +0200
commit32c9c22b1468511cfeb38adef17aad4f1120425e (patch)
tree93e486995e2fa57718199836fb529816476b5108
parent59121afa2b5ddf9fc412e665da97784a7b92de69 (diff)
build(gokord): bump bot version to 3.1.3
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7f0c64f..91b7d9d 100644
--- a/main.go
+++ b/main.go
@@ -19,7 +19,7 @@ var (
Version = gokord.Version{
Major: 3,
Minor: 1,
- Patch: 2,
+ Patch: 3,
}
stopPeriodicReducer chan<- interface{}