⬆️ bump version to 0.6.2

This commit is contained in:
Aykhan Shahsuvarov 2025-03-24 16:55:23 +04:00
parent 59f40ad825
commit 3cc165cbf4

View File

@ -15,7 +15,7 @@ import (
)
const (
VERSION string = "0.6.1"
VERSION string = "0.6.2"
DefaultUserAgent string = "Dodo/" + VERSION
DefaultMethod string = "GET"
DefaultTimeout time.Duration = time.Second * 10