1
0
mirror of https://github.com/go-acme/lego.git synced 2025-02-04 10:09:27 +02:00
lego/acme/api/internal/sender/useragent.go
Fernandez Ludovic 1225d05a2b Detach v4.20.1
2024-11-11 12:13:45 +01:00

14 lines
413 B
Go

// Code generated by 'internal/releaser'; DO NOT EDIT.
package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.20.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"
)