1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-03 15:23:32 +02:00

Prepare release v4.13.1

This commit is contained in:
Fernandez Ludovic 2023-07-20 14:46:08 +02:00 committed by Ludovic Fernandez
parent 0f3b4553c4
commit d4994ef22d

View File

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