From e77b1eacab66610f945433fcecfb2009177eef37 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 20 Oct 2024 12:49:06 +0200 Subject: [PATCH] build(gokord): bump version to 2.3.1 --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index e2245e4..f6be95d 100644 --- a/main.go +++ b/main.go @@ -19,8 +19,8 @@ var ( Version = gokord.Version{ Major: 2, Minor: 3, - Patch: 0, - } // git version: 0.3.0 (it's the v2 of the bot) + Patch: 1, + } // git version: 0.3.1 (it's the v2 of the bot) ) func init() {