From 460e2ee8815be4f809b1df9fd7894f9804ad9c81 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 18 Apr 2024 12:55:08 +0200 Subject: fix(gorm): not handling interface in type --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 64e9147..5baeab7 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( var token string const ( - Version = "2.2.1" // git version: 0.2.1 (it's the v2 of the bot) + Version = "2.2.2" // git version: 0.2.2 (it's the v2 of the bot) ) func init() { -- cgit v1.2.3