1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Update github.com/go-acme/lego (#623)

This commit is contained in:
Tom Limoncelli
2020-02-14 13:59:28 -05:00
committed by GitHub
parent 737c8b5616
commit 6a0c6a517c
4 changed files with 6 additions and 4 deletions

View File

@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/2.7.1"
ourUserAgent = "xenolf-acme/2.7.2"
// 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"
)