Detach v4.23.1

This commit is contained in:
Fernandez Ludovic 2025-04-16 16:35:38 +02:00 committed by Ludovic Fernandez
commit 950d4a0201
3 changed files with 3 additions and 3 deletions

View file

@ -9,5 +9,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"
)

View file

@ -2,7 +2,7 @@
package main
const defaultVersion = "v4.23.1+dev-release"
const defaultVersion = "v4.23.1+dev-detach"
var version = ""

View file

@ -15,7 +15,7 @@ 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"
)
// Get builds and returns the User-Agent string.