From 88d8ec2515ff08122189aeefe84131f76a5f725d Mon Sep 17 00:00:00 2001 From: HirbodBehnam Date: Mon, 7 Mar 2022 11:35:47 +0330 Subject: [PATCH] Bumped version --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index a74fdc0..ccf0667 100644 --- a/config/config.go +++ b/config/config.go @@ -7,7 +7,7 @@ import ( ) // Version is the version of this program :| -const Version = "2.2.0" +const Version = "2.2.1" // GlobalHttpClient is a http client which all request must be done through it var GlobalHttpClient = &http.Client{