Skip to content

Commit 8a7fd67

Browse files
committedSep 19, 2023
Detach v4.14.1
1 parent 6209be7 commit 8a7fd67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎acme/api/internal/sender/useragent.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ const (
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 = "release"
13+
ourUserAgentComment = "detach"
1414
)

0 commit comments

Comments
 (0)
Please sign in to comment.