From 930e173a6ae2b3e8fe32c3a7bfae5235eb529f9b Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Thu, 3 Apr 2025 05:24:11 +0400 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20version=20to=200.6.?= =?UTF-8?q?3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/config.go | 2 +- go.mod | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index fdda712..8fdb6f6 100644 --- a/config/config.go +++ b/config/config.go @@ -15,7 +15,7 @@ import ( ) const ( - VERSION string = "0.6.2" + VERSION string = "0.6.3" DefaultUserAgent string = "Dodo/" + VERSION DefaultMethod string = "GET" DefaultTimeout time.Duration = time.Second * 10 diff --git a/go.mod b/go.mod index 48f9dc7..e027790 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,7 @@ module github.com/aykhans/dodo go 1.24.0 + require ( github.com/jedib0t/go-pretty/v6 v6.6.7 github.com/valyala/fasthttp v1.60.0