Skip to content

Commit 6065801

Browse files
committed
Prepare release v4.12.3
1 parent 5e632b5 commit 6065801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: acme/api/internal/sender/useragent.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
77
// ourUserAgent is the User-Agent of this underlying library package.
8-
ourUserAgent = "xenolf-acme/4.12.2"
8+
ourUserAgent = "xenolf-acme/4.12.3"
99

1010
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
1111
// values: detach|release
1212
// NOTE: Update this with each tagged release.
13-
ourUserAgentComment = "detach"
13+
ourUserAgentComment = "release"
1414
)

0 commit comments

Comments
 (0)