Detach v4.13.0

This commit is contained in:
Fernandez Ludovic 2023-07-20 04:53:17 +02:00 committed by Ludovic Fernandez
parent f0f57179ef
commit 6a1c30e1ad

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