2019-03-11 17:09:37 +01:00
|
|
|
package sender
|
2018-12-06 22:50:17 +01:00
|
|
|
|
2018-12-11 01:14:49 +01:00
|
|
|
// CODE GENERATED AUTOMATICALLY
|
|
|
|
// THIS FILE MUST NOT BE EDITED BY HAND
|
|
|
|
|
2018-12-06 22:50:17 +01:00
|
|
|
const (
|
|
|
|
// ourUserAgent is the User-Agent of this underlying library package.
|
2023-02-25 17:53:35 +01:00
|
|
|
ourUserAgent = "xenolf-acme/4.10.1"
|
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.
|
2023-02-25 17:53:35 +01:00
|
|
|
ourUserAgentComment = "release"
|
2018-12-06 22:50:17 +01:00
|
|
|
)
|