Merge pull request #106 from aykhans/bump/version
All checks were successful
golangci-lint / lint (push) Successful in 3m0s

⬆️ bump version to 0.6.3
This commit is contained in:
Aykhan Shahsuvarov 2025-04-03 05:25:06 +04:00 committed by GitHub
commit 35263f1dd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

1
go.mod
View File

@ -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