Detach v4.17.3

This commit is contained in:
Fernandez Ludovic 2024-05-28 16:24:48 +02:00
parent 8abe1008bb
commit e508b664b3

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