1
0
mirror of https://github.com/go-acme/lego.git synced 2025-11-28 16:49:59 +02:00

Detach v4.28.0

This commit is contained in:
Fernandez Ludovic
2025-10-31 11:16:12 +01:00
committed by Ludovic Fernandez
parent 102f7067ac
commit e12c9fc637
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. // 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"
) )

View File

@@ -2,7 +2,7 @@
package main package main
const defaultVersion = "v4.28.0+dev-release" const defaultVersion = "v4.28.0+dev-detach"
var version = "" 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. // 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"
) )
// Get builds and returns the User-Agent string. // Get builds and returns the User-Agent string.