Detach v4.17.2

This commit is contained in:
Fernandez Ludovic 2024-05-28 14:56:30 +02:00
parent 65e8940311
commit 4d7fcb6048

View file

@ -10,5 +10,5 @@ const (
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "release"
ourUserAgentComment = "detach"
)