🔖 bump version to v0.4.2

This commit is contained in:
Aykhan Shahsuvarov 2024-09-10 21:05:55 +04:00
parent 94a74c64b7
commit 118463147c

View File

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