Detach v4.12.0

This commit is contained in:
Fernandez Ludovic 2023-05-28 16:51:32 +02:00 committed by Ludovic Fernandez
parent 1d0af02ea5
commit 35d80edcae

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"
)