We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3b455 commit d4994efCopy full SHA for d4994ef
acme/api/internal/sender/useragent.go
@@ -5,10 +5,10 @@ package sender
5
6
const (
7
// ourUserAgent is the User-Agent of this underlying library package.
8
- ourUserAgent = "xenolf-acme/4.13.0"
+ ourUserAgent = "xenolf-acme/4.13.1"
9
10
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
11
// values: detach|release
12
// NOTE: Update this with each tagged release.
13
- ourUserAgentComment = "detach"
+ ourUserAgentComment = "release"
14
)
0 commit comments