1
0
mirror of https://github.com/go-acme/lego.git synced 2025-12-01 01:15:51 +02:00

Prepare release v4.18.0

This commit is contained in:
Fernandez Ludovic
2024-08-30 20:48:45 +02:00
committed by Ludovic Fernandez
parent beaa35caf9
commit fd2bdf9e48
2 changed files with 24 additions and 2 deletions

View File

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