mirror of
https://github.com/go-acme/lego.git
synced 2025-12-01 01:15:51 +02:00
Prepare release v4.20.1
This commit is contained in:
@@ -4,10 +4,10 @@ package sender
|
||||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/4.20.0"
|
||||
ourUserAgent = "xenolf-acme/4.20.1"
|
||||
|
||||
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
|
||||
// values: detach|release
|
||||
// NOTE: Update this with each tagged release.
|
||||
ourUserAgentComment = "detach"
|
||||
ourUserAgentComment = "release"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user