Detach v4.3.0

This commit is contained in:
Fernandez Ludovic 2021-03-10 13:26:37 +01:00 committed by Ludovic Fernandez
parent a7f9a93caa
commit dd451848ea

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