Skip to content

Commit d4994ef

Browse files
committed
Prepare release v4.13.1
1 parent 0f3b455 commit d4994ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acme/api/internal/sender/useragent.go

Lines changed: 2 additions & 2 deletions
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.13.0"
8+
ourUserAgent = "xenolf-acme/4.13.1"
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)