⬆️ bump version to 0.6.1

This commit is contained in:
Aykhan Shahsuvarov 2025-03-20 16:31:39 +04:00
parent 985fc6200d
commit ed52fff363

View File

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