⬆️ bump version to 0.7.1

This commit is contained in:
2025-06-08 20:57:01 +04:00
parent c99e7c66d9
commit ca50de4e2f

View File

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