1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-28 17:41:10 +02:00

Detach v4.12.3

This commit is contained in:
Fernandez Ludovic 2023-06-20 00:08:43 +02:00
parent 60658013c3
commit 7498a81a13

View File

@ -10,5 +10,5 @@ const (
// 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 = "release"
ourUserAgentComment = "detach"
)