mirror of
https://github.com/go-acme/lego.git
synced 2025-01-08 01:13:29 +02:00
Detach v4.20.3
This commit is contained in:
parent
b38be9150b
commit
d5290e9834
@ -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"
|
||||||
)
|
)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
const defaultVersion = "v4.20.3+dev-release"
|
const defaultVersion = "v4.20.3+dev-detach"
|
||||||
|
|
||||||
var version = ""
|
var version = ""
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user