Detach v4.0.1

This commit is contained in:
Fernandez Ludovic 2020-09-03 15:23:48 +02:00 committed by Ludovic Fernandez
parent 99b2cd8181
commit ba6eb9729c

View file

@ -10,5 +10,5 @@ const (
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package. // ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release // values: detach|release
// NOTE: Update this with each tagged release. // NOTE: Update this with each tagged release.
ourUserAgentComment = "release" ourUserAgentComment = "detach"
) )