Prepare release v4.12.3

This commit is contained in:
Fernandez Ludovic 2023-06-20 00:08:17 +02:00
parent 5e632b5b91
commit 60658013c3

View file

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