Detach v4.2.0

This commit is contained in:
Fernandez Ludovic 2021-01-24 14:44:19 +01:00 committed by Ludovic Fernandez
parent 52e6721dca
commit afd8eb0238

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