From b9888e50acdcfa2af6e9cc75f7c2ca4b5a5a41c9 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 18 Apr 2024 12:51:15 +0200 Subject: [PATCH] build(version): bump --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 34810d3..64e9147 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( var token string const ( - Version = "2.2.0" // git version: 0.2.0 (it's the v2 of the bot) + Version = "2.2.1" // git version: 0.2.1 (it's the v2 of the bot) ) func init() {