⬆️ bump version to 0.6.3

This commit is contained in:
2025-04-03 05:24:11 +04:00
parent bea2a81afa
commit 930e173a6a
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