1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-26 23:12:31 +02:00

Detach v4.8.0

This commit is contained in:
Fernandez Ludovic 2022-06-30 19:02:55 +02:00 committed by Ludovic Fernandez
parent 175164fb47
commit f7d8c9668e

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