From c866d085eb68885e04bd1bac8eab25a5c5088084 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sun, 2 Jun 2024 01:04:34 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Update=20version=20to=200.1.0?= 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 57fcaba..48ed90c 100644 --- a/config/config.go +++ b/config/config.go @@ -9,7 +9,7 @@ import ( ) const ( - VERSION = "0.0.1" + VERSION = "0.1.0" DefaultUserAgent = "Dodo/" + VERSION ProxyCheckURL = "https://www.google.com" DefaultMethod = "GET"