detach v2.4.0

This commit is contained in:
Fernandez Ludovic 2019-03-26 13:52:36 +01:00 committed by Ludovic Fernandez
parent aaecc1ca72
commit 55572c2606

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