aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-18 12:55:08 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-18 12:55:43 +0200
commit460e2ee8815be4f809b1df9fd7894f9804ad9c81 (patch)
tree7e6871f5411dbf0a82a6e330c1ffdbd2e2a4d5a1 /main.go
parentb9888e50acdcfa2af6e9cc75f7c2ca4b5a5a41c9 (diff)
fix(gorm): not handling interface in type
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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() {