2024-10-28 14:49:24 +01:00
|
|
|
// Code generated by 'internal/releaser'; DO NOT EDIT.
|
2018-12-06 22:50:17 +01:00
|
|
|
|
2024-10-07 17:35:08 +02:00
|
|
|
package sender
|
2018-12-11 01:14:49 +01:00
|
|
|
|
2018-12-06 22:50:17 +01:00
|
|
|
const (
|
|
|
|
|
// ourUserAgent is the User-Agent of this underlying library package.
|
2024-11-11 13:32:37 +01:00
|
|
|
ourUserAgent = "xenolf-acme/4.20.2"
|
2018-12-06 22:50:17 +01:00
|
|
|
|
|
|
|
|
// 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.
|
2024-11-11 13:32:37 +01:00
|
|
|
ourUserAgentComment = "release"
|
2018-12-06 22:50:17 +01:00
|
|
|
)
|