From 238e1027be0ac86e682bb01f45277575817e814b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 25 Nov 2024 09:37:18 +0100 Subject: [PATCH] build(gokord): bump version to 2.3.2 --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index f6be95d..5c031d6 100644 --- a/main.go +++ b/main.go @@ -19,8 +19,8 @@ var ( Version = gokord.Version{ Major: 2, Minor: 3, - Patch: 1, - } // git version: 0.3.1 (it's the v2 of the bot) + Patch: 2, + } // git version: 0.3.2 (it's the v2 of the bot) ) func init() {