1
0
mirror of https://github.com/go-acme/lego.git synced 2025-12-01 09:16:39 +02:00

Prepare release v4.12.1

This commit is contained in:
Fernandez Ludovic
2023-06-06 18:11:04 +02:00
committed by Ludovic Fernandez
parent 4954d43a33
commit ad1f4da729
2 changed files with 7 additions and 2 deletions

View File

@@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.12.0"
ourUserAgent = "xenolf-acme/4.12.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"
)