🔖 Bump version to 0.5.1

This commit is contained in:
Aykhan Shahsuvarov 2024-09-19 01:01:08 +04:00
parent 97aea5b272
commit 469e73d82f

View File

@ -11,7 +11,7 @@ import (
)
const (
VERSION string = "0.5.0"
VERSION string = "0.5.1"
DefaultUserAgent string = "Dodo/" + VERSION
ProxyCheckURL string = "https://www.google.com"
DefaultMethod string = "GET"