Bump version to 0.5.3

This commit is contained in:
2024-12-18 00:15:31 +04:00
committed by GitHub
parent ebacebff16
commit 2bebf09adb

View File

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