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 5e632b5 commit 6065801Copy full SHA for 6065801
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.12.2"
+ ourUserAgent = "xenolf-acme/4.12.3"
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