Prepare release v4.10.2

This commit is contained in:
Fernandez Ludovic 2023-02-26 14:28:19 +01:00
parent 18c6d8fa03
commit a53549fa24
2 changed files with 6 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.10.1"
ourUserAgent = "xenolf-acme/4.10.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"
)