Detach v4.19.1

This commit is contained in:
Fernandez Ludovic 2024-10-06 05:36:58 +02:00 committed by Ludovic Fernandez
parent 6fbfe93012
commit 90a0b0e1e4

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