mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
13 lines
414 B
Go
13 lines
414 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.32.0"
|
|
|
|
// 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"
|
|
)
|