1
0
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:
Fernandez Ludovic
2024-11-11 12:13:00 +01:00
parent 947e09824f
commit b3dc8bcedb
5 changed files with 11 additions and 7 deletions

View File

@@ -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"
)