From 32c9c22b1468511cfeb38adef17aad4f1120425e Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 5 Jun 2025 15:20:34 +0200 Subject: [PATCH] build(gokord): bump bot version to 3.1.3 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{}