1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-26 03:09:37 +02:00

Detach v4.7.0

This commit is contained in:
Fernandez Ludovic 2022-05-27 22:53:35 +02:00 committed by Ludovic Fernandez
parent 364439a7c6
commit 9a95c86c4a

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