Detach v3.9.0

This commit is contained in:
Fernandez Ludovic 2020-09-01 10:49:40 +02:00 committed by Ludovic Fernandez
parent 75c3a49634
commit dd38dce6aa

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