mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
Prepare release v4.30.1
This commit is contained in:
parent
5574de68cd
commit
27075d562a
5 changed files with 16 additions and 5 deletions
|
|
@ -10,12 +10,12 @@ import (
|
|||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "goacme-lego/4.30.0"
|
||||
ourUserAgent = "goacme-lego/4.30.1"
|
||||
|
||||
// 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 = "detach"
|
||||
ourUserAgentComment = "release"
|
||||
)
|
||||
|
||||
// Get builds and returns the User-Agent string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue