Prepare release v3.6.0

This commit is contained in:
Fernandez Ludovic 2020-04-24 03:20:42 +02:00 committed by Ludovic Fernandez
parent d7f39ed321
commit 71d61f880c
2 changed files with 26 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/3.5.0"
ourUserAgent = "xenolf-acme/3.6.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"
)