🔖 bump version to v0.3.1

This commit is contained in:
Aykhan Shahsuvarov 2024-08-29 19:20:18 +04:00
parent b49db230ed
commit 262047d8a4

View File

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