From 2bebf09adbfbd6dd77047067d11acd953edca753 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Wed, 18 Dec 2024 00:15:31 +0400 Subject: [PATCH] Bump version to 0.5.3 --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index f435985..393d83e 100644 --- a/config/config.go +++ b/config/config.go @@ -12,7 +12,7 @@ import ( ) const ( - VERSION string = "0.5.2" + VERSION string = "0.5.3" DefaultUserAgent string = "Dodo/" + VERSION ProxyCheckURL string = "https://www.google.com" DefaultMethod string = "GET"