From 48c2dc793531a9fab903caf647d6da3b6039df90 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sun, 2 Mar 2025 20:20:06 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version=20to=200.5.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 05ce659..c28624f 100644 --- a/config/config.go +++ b/config/config.go @@ -12,7 +12,7 @@ import ( ) const ( - VERSION string = "0.5.6" + VERSION string = "0.5.7" DefaultUserAgent string = "Dodo/" + VERSION ProxyCheckURL string = "https://www.google.com" DefaultMethod string = "GET"