Prepare release v4.11.0

This commit is contained in:
Fernandez Ludovic 2023-05-02 19:10:23 +02:00 committed by Ludovic Fernandez
parent 5a70c3661d
commit 659c938975
2 changed files with 21 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.2"
ourUserAgent = "xenolf-acme/4.11.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"
)