From 262047d8a4c1c80ea6d4acee57577601a0bc3782 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Thu, 29 Aug 2024 19:20:18 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version=20to=20v0.3.1?= 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 1836c9e..ff85102 100644 --- a/config/config.go +++ b/config/config.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.3.0" + VERSION = "0.3.1" DefaultUserAgent = "Dodo/" + VERSION ProxyCheckURL = "https://www.google.com" DefaultMethod = "GET"